Color Hex Logo

#b99474 Color Hex

#B99474
(185,148,116)
0 Favorites   0 Comments

Color spaces of #b99474

RGB 185148116
HSL0.080.330.59
HSV28°37°73°
CMYK 0.000.200.37   0.27
XYZ33.749932.755121.0665
Yxy32.75510.38540.3740
Hunter Lab57.23215.105818.2384
CIE-Lab63.96219.399422.1904

#b99474 color RGB value is (185,148,116).

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

The process color (four color CMYK) of #b99474 color hex is 0.00, 0.20, 0.37, 0.27. Web safe color of #b99474 is #cc9966. Color #b99474 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10010100 01110100
Octal 271 224 164
Decimal 185 148 116
Hex B9 94 74

RGB Percentages of Color #b99474

%41.20
%32.96
%25.84

CMYK Percentages of Color #b99474

%0
%20
%37
%27

Triadic Colors of #b99474

#b99474 #74b994 #9474b9

Analogous Colors of #b99474

#b99474 #b9b774 #b97477

Monochromatic Colors of #b99474

#b99474

Complementary Color

#b99474 #7499b9

#b99474 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b99474 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b99474 Color CSS Codes

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

#b99474 Text Font Color

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

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


#b99474 Background Color

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

This div background color is #b99474


#b99474 Border Color

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

This div border color is #b99474


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b99474


Comments

No comments written yet.

Please login to write comment.