Color Hex Logo

#b3615e Color Hex

#B3615E
(179,97,94)
0 Favorites   0 Comments

Color spaces of #b3615e

RGB 1799794
HSL0.010.360.54
HSV47°70°
CMYK 0.000.460.47   0.30
XYZ24.885518.941212.9341
Yxy18.94120.43840.3337
Hunter Lab43.521525.903312.8447
CIE-Lab50.618332.721316.5437

#b3615e color RGB value is (179,97,94).

#b3615e hex color red value is 179, green value is 97 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #b3615e hue: 0.01 , saturation: 0.36 and the lightness value of b3615e is 0.54.

The process color (four color CMYK) of #b3615e color hex is 0.00, 0.46, 0.47, 0.30. Web safe color of #b3615e is #cc6666. Color #b3615e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01100001 01011110
Octal 263 141 136
Decimal 179 97 94
Hex B3 61 5E

RGB Percentages of Color #b3615e

%48.38
%26.22
%25.41

CMYK Percentages of Color #b3615e

%0
%46
%47
%30

Triadic Colors of #b3615e

#b3615e #5eb361 #615eb3

Analogous Colors of #b3615e

#b3615e #b38c5e #b35e86

Monochromatic Colors of #b3615e

#b3615e

Complementary Color

#b3615e #5eb0b3

#b3615e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3615e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3615e Color CSS Codes

.mybgcolor {background-color:#b3615e; } 
.myforecolor {color:#b3615e; }
.mybordercolor {border:3px solid #b3615e; }

#b3615e Text Font Color

<p style="color:#b3615e">Text here</p>

This sample text font color is #b3615e
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#b3615e Background Color

<div style="background-color:#b3615e">
Div content here</div>

This div background color is #b3615e


#b3615e Border Color

<div style="border:3px solid #b3615e">
Div here</div>

This div border color is #b3615e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(179,97,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b3615e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b3615e;
  -webkit-box-shadow: 1px 1px 3px 2px #b3615e;
  box-shadow:         1px 1px 3px 2px #b3615e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,97,94, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b3615e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #b3615e;
  -webkit-box-shadow: 1px 1px 3px 2px #b3615e;
  box-shadow:         1px 1px 3px 2px #b3615e;">
Div content here</div>

This div box has shadow with color #b3615e


Comments

No comments written yet.

Please login to write comment.