Color Hex Logo

#b98673 Color Hex

#B98673
(185,134,115)
0 Favorites   0 Comments

Color spaces of #b98673

RGB 185134115
HSL0.050.330.59
HSV16°38°73°
CMYK 0.000.280.38   0.27
XYZ31.627228.602320.0735
Yxy28.60230.39380.3562
Hunter Lab53.481111.967815.1830
CIE-Lab60.429017.044017.9457

#b98673 color RGB value is (185,134,115).

#b98673 hex color red value is 185, green value is 134 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #b98673 hue: 0.05 , saturation: 0.33 and the lightness value of b98673 is 0.59.

The process color (four color CMYK) of #b98673 color hex is 0.00, 0.28, 0.38, 0.27. Web safe color of #b98673 is #cc9966. Color #b98673 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10000110 01110011
Octal 271 206 163
Decimal 185 134 115
Hex B9 86 73

RGB Percentages of Color #b98673

%42.63
%30.88
%26.50

CMYK Percentages of Color #b98673

%0
%28
%38
%27

Triadic Colors of #b98673

#b98673 #73b986 #8673b9

Analogous Colors of #b98673

#b98673 #b9a973 #b97383

Monochromatic Colors of #b98673

#b98673

Complementary Color

#b98673 #73a6b9

#b98673 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b98673 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b98673 Color CSS Codes

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

#b98673 Text Font Color

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

This sample text font color is #b98673
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.


#b98673 Background Color

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

This div background color is #b98673


#b98673 Border Color

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

This div border color is #b98673


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(185,134,115, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b98673; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b98673;
  -webkit-box-shadow: 1px 1px 3px 2px #b98673;
  box-shadow:         1px 1px 3px 2px #b98673; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,134,115, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b98673


Comments

No comments written yet.

Please login to write comment.