Color Hex Logo

#b9970c Color Hex

#B9970C
(185,151,12)
0 Favorites   0 Comments

Color spaces of #b9970c

RGB 18515112
HSL0.130.880.39
HSV48°94°73°
CMYK 0.000.180.94   0.27
XYZ31.140632.47404.9747
Yxy32.47400.45400.4735
Hunter Lab56.9860-2.182234.7143
CIE-Lab63.73271.017865.9714

#b9970c color RGB value is (185,151,12).

#b9970c hex color red value is 185, green value is 151 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #b9970c hue: 0.13 , saturation: 0.88 and the lightness value of b9970c is 0.39.

The process color (four color CMYK) of #b9970c color hex is 0.00, 0.18, 0.94, 0.27. Web safe color of #b9970c is #cc9900. Color #b9970c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10010111 00001100
Octal 271 227 14
Decimal 185 151 12
Hex B9 97 C

RGB Percentages of Color #b9970c

%53.16
%43.39
%3.45

CMYK Percentages of Color #b9970c

%0
%18
%94
%27

Triadic Colors of #b9970c

#b9970c #0cb997 #970cb9

Analogous Colors of #b9970c

#b9970c #85b90c #b9410c

Monochromatic Colors of #b9970c

#b9970c

Complementary Color

#b9970c #0c2eb9

#b9970c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9970c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9970c Color CSS Codes

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

#b9970c Text Font Color

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

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


#b9970c Background Color

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

This div background color is #b9970c


#b9970c Border Color

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

This div border color is #b9970c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9970c


Comments

No comments written yet.

Please login to write comment.