#B0A989

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

Shades of Chino #B0A989

Tints of Chino #B0A989

Color information

#B0A989 (or 0xB0A989) is unknown color: approx Chino. HEX triplet: B0, A9 and 89. RGB value is (176,169,137). Sum of RGB (Red+Green+Blue) = 176+169+137=482 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.51% from 482); Green value is 169 (66.41% from 255 or 35.06% from 482); Blue value is 137 (53.91% from 255 or 28.42% from 482); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A989 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0A989 is #4F5676. Grayscale: #A7A7A7. Windows color (decimal): -5199479 or 9021872. OLE color: 9021872.

HSL color Cylindrical-coordinate representation of color #B0A989: hue angle of 49.23º 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 #B0A989 is Cyan = 0, Magento = 0.04, Yellow = 0.22 and Black (K on CMYK) = 0.31.

Color convert

RGB176169137-
CMYK00.040.220.31
HSL49.23º19.8%61.37%-
HSV(B)49.23º22.16%69.02%-
XYZ36.6139.4129.34-
YUV167.44110.82134.1-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.51%
GREEN value IS 169 (66.41% from 255) = 35.06%
BLUE value IS 137 (53.91% from 255) = 28.42%
R=36.51%
G=35.06%
B=28.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17616913700.040.220.3149.2319.861.37
HexB0A98904161F31143d
Octal260251211042637612475
Binary1011000010101001100010010100101101111111000110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A989; }

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

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

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

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

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

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

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

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