Color Hex Logo

#b5a213 Color Hex

#B5A213
(181,162,19)
0 Favorites   0 Comments

Color spaces of #b5a213

RGB 18116219
HSL0.150.810.39
HSV53°90°71°
CMYK 0.000.100.90   0.29
XYZ32.093935.71145.8176
Yxy35.71140.43590.4851
Hunter Lab59.7590-8.713936.0594
CIE-Lab66.2988-6.560966.5663

#b5a213 color RGB value is (181,162,19).

#b5a213 hex color red value is 181, green value is 162 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #b5a213 hue: 0.15 , saturation: 0.81 and the lightness value of b5a213 is 0.39.

The process color (four color CMYK) of #b5a213 color hex is 0.00, 0.10, 0.90, 0.29. Web safe color of #b5a213 is #cc9900. Color #b5a213 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10100010 00010011
Octal 265 242 23
Decimal 181 162 19
Hex B5 A2 13

RGB Percentages of Color #b5a213

%50.00
%44.75
%5.25

CMYK Percentages of Color #b5a213

%0
%10
%90
%29

Triadic Colors of #b5a213

#b5a213 #13b5a2 #a213b5

Analogous Colors of #b5a213

#b5a213 #77b513 #b55113

Monochromatic Colors of #b5a213

#b5a213

Complementary Color

#b5a213 #1326b5

#b5a213 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5a213 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5a213 Color CSS Codes

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

#b5a213 Text Font Color

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

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


#b5a213 Background Color

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

This div background color is #b5a213


#b5a213 Border Color

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

This div border color is #b5a213


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5a213


Comments

No comments written yet.

Please login to write comment.