Color Hex Logo

#b8a244 Color Hex

#B8A244
(184,162,68)
0 Favorites   0 Comments

Color spaces of #b8a244

RGB 18416268
HSL0.140.460.49
HSV49°63°72°
CMYK 0.000.120.63   0.28
XYZ33.730936.448410.7263
Yxy36.44840.41690.4505
Hunter Lab60.3725-5.921631.7268
CIE-Lab66.8611-3.162850.4949

#b8a244 color RGB value is (184,162,68).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 10100010 01000100
Octal 270 242 104
Decimal 184 162 68
Hex B8 A2 44

RGB Percentages of Color #b8a244

%44.44
%39.13
%16.43

CMYK Percentages of Color #b8a244

%0
%12
%63
%28

Triadic Colors of #b8a244

#b8a244 #44b8a2 #a244b8

Analogous Colors of #b8a244

#b8a244 #94b844 #b86844

Monochromatic Colors of #b8a244

#b8a244

Complementary Color

#b8a244 #445ab8

#b8a244 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8a244 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8a244 Color CSS Codes

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

#b8a244 Text Font Color

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

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


#b8a244 Background Color

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

This div background color is #b8a244


#b8a244 Border Color

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

This div border color is #b8a244


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8a244


Comments

No comments written yet.

Please login to write comment.