#B0A689

Color #B0A689 Chino (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chino #B0A689

Tints of Chino #B0A689

Color information

#B0A689 (or 0xB0A689) is unknown color: approx Chino. HEX triplet: B0, A6 and 89. RGB value is (176,166,137). Sum of RGB (Red+Green+Blue) = 176+166+137=479 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.74% from 479); Green value is 166 (65.23% from 255 or 34.66% from 479); Blue value is 137 (53.91% from 255 or 28.60% from 479); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A689 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0A689 is #4F5976. Grayscale: #A5A5A5. Windows color (decimal): -5200247 or 9021104. OLE color: 9021104.

HSL color Cylindrical-coordinate representation of color #B0A689: hue angle of 44.62º degrees, saturation: 0.2, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B0A689 is Cyan = 0, Magento = 0.06, Yellow = 0.22 and Black (K on CMYK) = 0.31.

Color convert

RGB176166137-
CMYK00.060.220.31
HSL44.62º19.8%61.37%-
HSV(B)44.62º22.16%69.02%-
XYZ36.0638.3129.16-
YUV165.68111.81135.36-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 176 (69.14% from 255) = 36.74%
GREEN value IS 166 (65.23% from 255) = 34.66%
BLUE value IS 137 (53.91% from 255) = 28.60%
R=36.74%
G=34.66%
B=28.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17616613700.060.220.3144.6219.861.37
HexB0A68906161F2d143d
Octal260246211062637552475
Binary1011000010100110100010010110101101111110110110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A689; }

 p { color: rgb(176,166,137); }

 H1.HeaderClassName
 {
   color: #B0A689;
 }
 .AnyTagClassName
 {
   color: #B0A689;
 }
</style>
background-color css

<style>
 a { background-color: #B0A689; }

 a { background-color: rgb(176,166,137); }

 div.DivClassName
 {
   background-color: #B0A689;
 }
 .BgClassName
 {
   background-color: #B0A689;
 }
</style>
border-color css

<style>
 span { border-color: #B0A689; }

 span { border-color: rgb(176,166,137); }

 td.TdClassName
 {
   border-color: #B0A689;
 }
 .TagClassName
 {
   border-color: #B0A689;
 }
</style>