Color Hex Logo

#b2a24f Color Hex

#B2A24F
(178,162,79)
0 Favorites   0 Comments

Color spaces of #b2a24f

RGB 17816279
HSL0.140.390.50
HSV50°56°70°
CMYK 0.000.090.56   0.30
XYZ32.691735.870212.5977
Yxy35.87020.40280.4420
Hunter Lab59.8917-7.376929.4531
CIE-Lab66.4206-4.937544.6489

#b2a24f color RGB value is (178,162,79).

#b2a24f hex color red value is 178, green value is 162 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #b2a24f hue: 0.14 , saturation: 0.39 and the lightness value of b2a24f is 0.50.

The process color (four color CMYK) of #b2a24f color hex is 0.00, 0.09, 0.56, 0.30. Web safe color of #b2a24f is #999966. Color #b2a24f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10100010 01001111
Octal 262 242 117
Decimal 178 162 79
Hex B2 A2 4F

RGB Percentages of Color #b2a24f

%42.48
%38.66
%18.85

CMYK Percentages of Color #b2a24f

%0
%9
%56
%30

Triadic Colors of #b2a24f

#b2a24f #4fb2a2 #a24fb2

Analogous Colors of #b2a24f

#b2a24f #91b24f #b2714f

Monochromatic Colors of #b2a24f

#b2a24f

Complementary Color

#b2a24f #4f5fb2

#b2a24f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2a24f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2a24f Color CSS Codes

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

#b2a24f Text Font Color

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

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


#b2a24f Background Color

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

This div background color is #b2a24f


#b2a24f Border Color

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

This div border color is #b2a24f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2a24f


Comments

No comments written yet.

Please login to write comment.