Color Hex Logo

#b99625 Color Hex

#B99625
(185,150,37)
0 Favorites   0 Comments

Color spaces of #b99625

RGB 18515037
HSL0.130.670.44
HSV46°80°73°
CMYK 0.000.190.80   0.27
XYZ31.247932.26066.3302
Yxy32.26060.44740.4619
Hunter Lab56.7984-1.194733.1510
CIE-Lab63.55772.167759.6897

#b99625 color RGB value is (185,150,37).

#b99625 hex color red value is 185, green value is 150 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #b99625 hue: 0.13 , saturation: 0.67 and the lightness value of b99625 is 0.44.

The process color (four color CMYK) of #b99625 color hex is 0.00, 0.19, 0.80, 0.27. Web safe color of #b99625 is #cc9933. Color #b99625 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10010110 00100101
Octal 271 226 45
Decimal 185 150 37
Hex B9 96 25

RGB Percentages of Color #b99625

%49.73
%40.32
%9.95

CMYK Percentages of Color #b99625

%0
%19
%80
%27

Triadic Colors of #b99625

#b99625 #25b996 #9625b9

Analogous Colors of #b99625

#b99625 #92b925 #b94c25

Monochromatic Colors of #b99625

#b99625

Complementary Color

#b99625 #2548b9

#b99625 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b99625 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b99625 Color CSS Codes

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

#b99625 Text Font Color

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

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


#b99625 Background Color

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

This div background color is #b99625


#b99625 Border Color

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

This div border color is #b99625


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b99625


Comments

No comments written yet.

Please login to write comment.