Color Hex Logo

#b8a232 Color Hex

#B8A232
(184,162,50)
0 Favorites   0 Comments

Color spaces of #b8a232

RGB 18416250
HSL0.140.570.46
HSV50°73°72°
CMYK 0.000.120.73   0.28
XYZ33.263236.26138.2636
Yxy36.26130.42760.4662
Hunter Lab60.2174-6.779534.0158
CIE-Lab66.7191-4.194457.9419

#b8a232 color RGB value is (184,162,50).

#b8a232 hex color red value is 184, green value is 162 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #b8a232 hue: 0.14 , saturation: 0.57 and the lightness value of b8a232 is 0.46.

The process color (four color CMYK) of #b8a232 color hex is 0.00, 0.12, 0.73, 0.28. Web safe color of #b8a232 is #cc9933. Color #b8a232 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10100010 00110010
Octal 270 242 62
Decimal 184 162 50
Hex B8 A2 32

RGB Percentages of Color #b8a232

%46.46
%40.91
%12.63

CMYK Percentages of Color #b8a232

%0
%12
%73
%28

Triadic Colors of #b8a232

#b8a232 #32b8a2 #a232b8

Analogous Colors of #b8a232

#b8a232 #8bb832 #b85f32

Monochromatic Colors of #b8a232

#b8a232

Complementary Color

#b8a232 #3248b8

#b8a232 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8a232 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8a232 Color CSS Codes

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

#b8a232 Text Font Color

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

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


#b8a232 Background Color

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

This div background color is #b8a232


#b8a232 Border Color

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

This div border color is #b8a232


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8a232


Comments

No comments written yet.

Please login to write comment.