Color Hex Logo

#b98666 Color Hex

#B98666
(185,134,102)
0 Favorites   0 Comments

Color spaces of #b98666

RGB 185134102
HSL0.060.370.56
HSV23°45°73°
CMYK 0.000.280.45   0.27
XYZ30.931028.323816.4072
Yxy28.32380.40880.3743
Hunter Lab53.220110.607218.9756
CIE-Lab60.180215.555524.9174

#b98666 color RGB value is (185,134,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 10000110 01100110
Octal 271 206 146
Decimal 185 134 102
Hex B9 86 66

RGB Percentages of Color #b98666

%43.94
%31.83
%24.23

CMYK Percentages of Color #b98666

%0
%28
%45
%27

Triadic Colors of #b98666

#b98666 #66b986 #8666b9

Analogous Colors of #b98666

#b98666 #b9b066 #b96670

Monochromatic Colors of #b98666

#b98666

Complementary Color

#b98666 #6699b9

#b98666 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b98666 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b98666 Color CSS Codes

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

#b98666 Text Font Color

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

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


#b98666 Background Color

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

This div background color is #b98666


#b98666 Border Color

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

This div border color is #b98666


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b98666


Comments

No comments written yet.

Please login to write comment.