#B0A787

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

Shades of Chino #B0A787

Tints of Chino #B0A787

Color information

#B0A787 (or 0xB0A787) is unknown color: approx Chino. HEX triplet: B0, A7 and 87. RGB value is (176,167,135). Sum of RGB (Red+Green+Blue) = 176+167+135=478 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.82% from 478); Green value is 167 (65.62% from 255 or 34.94% from 478); Blue value is 135 (53.12% from 255 or 28.24% from 478); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A787 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0A787 is #4F5878. Grayscale: #A6A6A6. Windows color (decimal): -5199993 or 8890288. OLE color: 8890288.

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

Color convert

RGB176167135-
CMYK00.050.230.31
HSL46.83º20.6%60.98%-
HSV(B)46.83º23.3%69.02%-
XYZ36.138.6228.47-
YUV166.04110.48135.1-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.82%
GREEN value IS 167 (65.62% from 255) = 34.94%
BLUE value IS 135 (53.12% from 255) = 28.24%
R=36.82%
G=34.94%
B=28.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17616713500.050.230.3146.8320.660.98
HexB0A78705171F2f153d
Octal260247207052737572575
Binary1011000010100111100001110101101111111110111110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A787; }

 p { color: rgb(176,167,135); }

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

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

 a { background-color: rgb(176,167,135); }

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

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

 span { border-color: rgb(176,167,135); }

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