Color Hex Logo

#b98167 Color Hex

#B98167
(185,129,103)
0 Favorites   0 Comments

Color spaces of #b98167

RGB 185129103
HSL0.050.370.56
HSV19°44°73°
CMYK 0.000.300.44   0.27
XYZ30.306026.994116.4450
Yxy26.99410.41100.3660
Hunter Lab51.955813.196817.6027
CIE-Lab58.968918.444322.7473

#b98167 color RGB value is (185,129,103).

#b98167 hex color red value is 185, green value is 129 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #b98167 hue: 0.05 , saturation: 0.37 and the lightness value of b98167 is 0.56.

The process color (four color CMYK) of #b98167 color hex is 0.00, 0.30, 0.44, 0.27. Web safe color of #b98167 is #cc9966. Color #b98167 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10000001 01100111
Octal 271 201 147
Decimal 185 129 103
Hex B9 81 67

RGB Percentages of Color #b98167

%44.36
%30.94
%24.70

CMYK Percentages of Color #b98167

%0
%30
%44
%27

Triadic Colors of #b98167

#b98167 #67b981 #8167b9

Analogous Colors of #b98167

#b98167 #b9aa67 #b96776

Monochromatic Colors of #b98167

#b98167

Complementary Color

#b98167 #679fb9

#b98167 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b98167 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b98167 Color CSS Codes

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

#b98167 Text Font Color

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

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


#b98167 Background Color

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

This div background color is #b98167


#b98167 Border Color

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

This div border color is #b98167


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b98167


Comments

No comments written yet.

Please login to write comment.