Color Hex Logo

#b2a13b Color Hex

#B2A13B
(178,161,59)
0 Favorites   0 Comments

Color spaces of #b2a13b

RGB 17816159
HSL0.140.500.46
HSV51°67°70°
CMYK 0.000.100.67   0.30
XYZ31.894435.27059.2645
Yxy35.27050.41730.4615
Hunter Lab59.3890-8.068632.3232
CIE-Lab65.9587-5.817953.3416

#b2a13b color RGB value is (178,161,59).

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

The process color (four color CMYK) of #b2a13b color hex is 0.00, 0.10, 0.67, 0.30. Web safe color of #b2a13b is #999933. Color #b2a13b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10100001 00111011
Octal 262 241 73
Decimal 178 161 59
Hex B2 A1 3B

RGB Percentages of Color #b2a13b

%44.72
%40.45
%14.82

CMYK Percentages of Color #b2a13b

%0
%10
%67
%30

Triadic Colors of #b2a13b

#b2a13b #3bb2a1 #a13bb2

Analogous Colors of #b2a13b

#b2a13b #88b23b #b2663b

Monochromatic Colors of #b2a13b

#b2a13b

Complementary Color

#b2a13b #3b4cb2

#b2a13b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2a13b Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2a13b Color CSS Codes

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

#b2a13b Text Font Color

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

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


#b2a13b Background Color

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

This div background color is #b2a13b


#b2a13b Border Color

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

This div border color is #b2a13b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2a13b


Comments

No comments written yet.

Please login to write comment.