Color Hex Logo

#b98277 Color Hex

#B98277
(185,130,119)
0 Favorites   0 Comments

Color spaces of #b98277

RGB 185130119
HSL0.030.320.60
HSV10°36°73°
CMYK 0.000.300.36   0.27
XYZ31.320027.611521.1316
Yxy27.61150.39120.3449
Hunter Lab52.546614.436812.9392
CIE-Lab59.536119.767314.4403

#b98277 color RGB value is (185,130,119).

#b98277 hex color red value is 185, green value is 130 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #b98277 hue: 0.03 , saturation: 0.32 and the lightness value of b98277 is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 10000010 01110111
Octal 271 202 167
Decimal 185 130 119
Hex B9 82 77

RGB Percentages of Color #b98277

%42.63
%29.95
%27.42

CMYK Percentages of Color #b98277

%0
%30
%36
%27

Triadic Colors of #b98277

#b98277 #77b982 #8277b9

Analogous Colors of #b98277

#b98277 #b9a377 #b9778d

Monochromatic Colors of #b98277

#b98277

Complementary Color

#b98277 #77aeb9

#b98277 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b98277 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b98277 Color CSS Codes

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

#b98277 Text Font Color

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

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


#b98277 Background Color

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

This div background color is #b98277


#b98277 Border Color

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

This div border color is #b98277


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b98277

#b98277 Color Palettes


Comments

No comments written yet.

Please login to write comment.