Color Hex Logo

#b2a369 Color Hex

#B2A369
(178,163,105)
0 Favorites   0 Comments

Color spaces of #b2a369

RGB 178163105
HSL0.130.320.55
HSV48°41°70°
CMYK 0.000.080.41   0.30
XYZ34.007136.679318.6520
Yxy36.67930.38070.4106
Hunter Lab60.5634-5.756124.1346
CIE-Lab67.0357-2.951832.0895

#b2a369 color RGB value is (178,163,105).

#b2a369 hex color red value is 178, green value is 163 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #b2a369 hue: 0.13 , saturation: 0.32 and the lightness value of b2a369 is 0.55.

The process color (four color CMYK) of #b2a369 color hex is 0.00, 0.08, 0.41, 0.30. Web safe color of #b2a369 is #999966. Color #b2a369 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10100011 01101001
Octal 262 243 151
Decimal 178 163 105
Hex B2 A3 69

RGB Percentages of Color #b2a369

%39.91
%36.55
%23.54

CMYK Percentages of Color #b2a369

%0
%8
%41
%30

Triadic Colors of #b2a369

#b2a369 #69b2a3 #a369b2

Analogous Colors of #b2a369

#b2a369 #9db269 #b27f69

Monochromatic Colors of #b2a369

#b2a369

Complementary Color

#b2a369 #6978b2

#b2a369 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2a369 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2a369 Color CSS Codes

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

#b2a369 Text Font Color

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

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


#b2a369 Background Color

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

This div background color is #b2a369


#b2a369 Border Color

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

This div border color is #b2a369


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2a369


Comments

No comments written yet.

Please login to write comment.