Color Hex Logo

#b8962c Color Hex

#B8962C
(184,150,44)
0 Favorites   0 Comments

Color spaces of #b8962c

RGB 18415044
HSL0.130.610.45
HSV45°76°72°
CMYK 0.000.180.76   0.28
XYZ31.128132.18496.9545
Yxy32.18490.44300.4580
Hunter Lab56.7317-1.339532.4441
CIE-Lab63.49541.994657.1147

#b8962c color RGB value is (184,150,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 10010110 00101100
Octal 270 226 54
Decimal 184 150 44
Hex B8 96 2C

RGB Percentages of Color #b8962c

%48.68
%39.68
%11.64

CMYK Percentages of Color #b8962c

%0
%18
%76
%28

Triadic Colors of #b8962c

#b8962c #2cb896 #962cb8

Analogous Colors of #b8962c

#b8962c #94b82c #b8502c

Monochromatic Colors of #b8962c

#b8962c

Complementary Color

#b8962c #2c4eb8

#b8962c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8962c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8962c Color CSS Codes

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

#b8962c Text Font Color

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

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


#b8962c Background Color

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

This div background color is #b8962c


#b8962c Border Color

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

This div border color is #b8962c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8962c


Comments

No comments written yet.

Please login to write comment.