Color Hex Logo

#b8962f Color Hex

#B8962F
(184,150,47)
0 Favorites   0 Comments

Color spaces of #b8962f

RGB 18415047
HSL0.130.590.45
HSV45°74°72°
CMYK 0.000.180.74   0.28
XYZ31.186632.20837.2624
Yxy32.20830.44140.4558
Hunter Lab56.7524-1.227232.1395
CIE-Lab63.51472.127355.9851

#b8962f color RGB value is (184,150,47).

#b8962f hex color red value is 184, green value is 150 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #b8962f hue: 0.13 , saturation: 0.59 and the lightness value of b8962f is 0.45.

The process color (four color CMYK) of #b8962f color hex is 0.00, 0.18, 0.74, 0.28. Web safe color of #b8962f is #cc9933. Color #b8962f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10010110 00101111
Octal 270 226 57
Decimal 184 150 47
Hex B8 96 2F

RGB Percentages of Color #b8962f

%48.29
%39.37
%12.34

CMYK Percentages of Color #b8962f

%0
%18
%74
%28

Triadic Colors of #b8962f

#b8962f #2fb896 #962fb8

Analogous Colors of #b8962f

#b8962f #96b82f #b8522f

Monochromatic Colors of #b8962f

#b8962f

Complementary Color

#b8962f #2f51b8

#b8962f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8962f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8962f Color CSS Codes

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

#b8962f Text Font Color

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

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


#b8962f Background Color

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

This div background color is #b8962f


#b8962f Border Color

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

This div border color is #b8962f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8962f


Comments

No comments written yet.

Please login to write comment.