Color Hex Logo

#b8a61b Color Hex

#B8A61B
(184,166,27)
0 Favorites   0 Comments

Color spaces of #b8a61b

RGB 18416627
HSL0.150.740.41
HSV53°85°72°
CMYK 0.000.100.85   0.28
XYZ33.601237.54196.5123
Yxy37.54190.43270.4834
Hunter Lab61.2714-9.335836.5883
CIE-Lab67.6816-7.153766.0640

#b8a61b color RGB value is (184,166,27).

#b8a61b hex color red value is 184, green value is 166 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #b8a61b hue: 0.15 , saturation: 0.74 and the lightness value of b8a61b is 0.41.

The process color (four color CMYK) of #b8a61b color hex is 0.00, 0.10, 0.85, 0.28. Web safe color of #b8a61b is #cc9933. Color #b8a61b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10100110 00011011
Octal 270 246 33
Decimal 184 166 27
Hex B8 A6 1B

RGB Percentages of Color #b8a61b

%48.81
%44.03
%7.16

CMYK Percentages of Color #b8a61b

%0
%10
%85
%28

Triadic Colors of #b8a61b

#b8a61b #1bb8a6 #a61bb8

Analogous Colors of #b8a61b

#b8a61b #7cb81b #b8581b

Monochromatic Colors of #b8a61b

#b8a61b

Complementary Color

#b8a61b #1b2db8

#b8a61b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8a61b Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8a61b Color CSS Codes

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

#b8a61b Text Font Color

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

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


#b8a61b Background Color

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

This div background color is #b8a61b


#b8a61b Border Color

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

This div border color is #b8a61b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8a61b


Comments

No comments written yet.

Please login to write comment.