Color Hex Logo

#b8a20b Color Hex

#B8A20B
(184,162,11)
0 Favorites   0 Comments

Color spaces of #b8a20b

RGB 18416211
HSL0.150.890.38
HSV52°94°72°
CMYK 0.000.120.94   0.28
XYZ32.747936.05525.5500
Yxy36.05520.44040.4849
Hunter Lab60.0460-7.730136.5521
CIE-Lab66.5621-5.346668.1933

#b8a20b color RGB value is (184,162,11).

#b8a20b hex color red value is 184, green value is 162 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #b8a20b hue: 0.15 , saturation: 0.89 and the lightness value of b8a20b is 0.38.

The process color (four color CMYK) of #b8a20b color hex is 0.00, 0.12, 0.94, 0.28. Web safe color of #b8a20b is #cc9900. Color #b8a20b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10100010 00001011
Octal 270 242 13
Decimal 184 162 11
Hex B8 A2 B

RGB Percentages of Color #b8a20b

%51.54
%45.38
%3.08

CMYK Percentages of Color #b8a20b

%0
%12
%94
%28

Triadic Colors of #b8a20b

#b8a20b #0bb8a2 #a20bb8

Analogous Colors of #b8a20b

#b8a20b #78b80b #b84c0b

Monochromatic Colors of #b8a20b

#b8a20b

Complementary Color

#b8a20b #0b21b8

#b8a20b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8a20b Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8a20b Color CSS Codes

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

#b8a20b Text Font Color

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

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


#b8a20b Background Color

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

This div background color is #b8a20b


#b8a20b Border Color

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

This div border color is #b8a20b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8a20b


Comments

No comments written yet.

Please login to write comment.