Color Hex Logo

#b0a689 Color Hex

#B0A689
(176,166,137)
0 Favorites   0 Comments

Color spaces of #b0a689

RGB 176166137
HSL0.120.200.61
HSV45°22°69°
CMYK 0.000.060.22   0.31
XYZ36.056138.308729.1609
Yxy38.30870.34830.3700
Hunter Lab61.8940-4.330115.3918
CIE-Lab68.2475-1.184616.3373

#b0a689 color RGB value is (176,166,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 10100110 10001001
Octal 260 246 211
Decimal 176 166 137
Hex B0 A6 89

RGB Percentages of Color #b0a689

%36.74
%34.66
%28.60

CMYK Percentages of Color #b0a689

%0
%6
%22
%31

Triadic Colors of #b0a689

#b0a689 #89b0a6 #a689b0

Analogous Colors of #b0a689

#b0a689 #a7b089 #b09389

Monochromatic Colors of #b0a689

#b0a689

Complementary Color

#b0a689 #8993b0

#b0a689 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0a689 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0a689 Color CSS Codes

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

#b0a689 Text Font Color

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

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


#b0a689 Background Color

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

This div background color is #b0a689


#b0a689 Border Color

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

This div border color is #b0a689


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,166,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 #b0a689">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0a689


Comments

No comments written yet.

Please login to write comment.