Color Hex Logo

#b0a289 Color Hex

#B0A289
(176,162,137)
0 Favorites   0 Comments

Color spaces of #b0a289

RGB 176162137
HSL0.110.200.61
HSV38°22°69°
CMYK 0.000.080.22   0.31
XYZ35.340236.876928.9222
Yxy36.87690.34940.3646
Hunter Lab60.7264-2.391614.2703
CIE-Lab67.18460.985514.8574

#b0a289 color RGB value is (176,162,137).

#b0a289 hex color red value is 176, green value is 162 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #b0a289 hue: 0.11 , saturation: 0.20 and the lightness value of b0a289 is 0.61.

The process color (four color CMYK) of #b0a289 color hex is 0.00, 0.08, 0.22, 0.31. Web safe color of #b0a289 is #999999. Color #b0a289 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10100010 10001001
Octal 260 242 211
Decimal 176 162 137
Hex B0 A2 89

RGB Percentages of Color #b0a289

%37.05
%34.11
%28.84

CMYK Percentages of Color #b0a289

%0
%8
%22
%31

Triadic Colors of #b0a289

#b0a289 #89b0a2 #a289b0

Analogous Colors of #b0a289

#b0a289 #abb089 #b08f89

Monochromatic Colors of #b0a289

#b0a289

Complementary Color

#b0a289 #8997b0

#b0a289 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0a289 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0a289 Color CSS Codes

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

#b0a289 Text Font Color

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

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


#b0a289 Background Color

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

This div background color is #b0a289


#b0a289 Border Color

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

This div border color is #b0a289


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0a289


Comments

No comments written yet.

Please login to write comment.