#B1A789

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

Shades of Chino #B1A789

Tints of Chino #B1A789

Color information

#B1A789 (or 0xB1A789) is unknown color: approx Chino. HEX triplet: B1, A7 and 89. RGB value is (177,167,137). Sum of RGB (Red+Green+Blue) = 177+167+137=481 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.80% from 481); Green value is 167 (65.62% from 255 or 34.72% from 481); Blue value is 137 (53.91% from 255 or 28.48% from 481); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A789 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1A789 is #4E5876. Grayscale: #A6A6A6. Windows color (decimal): -5134455 or 9021361. OLE color: 9021361.

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

Color convert

RGB177167137-
CMYK00.060.230.31
HSL45º20.41%61.57%-
HSV(B)45º22.6%69.41%-
XYZ36.4738.7929.23-
YUV166.57111.31135.44-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.80%
GREEN value IS 167 (65.62% from 255) = 34.72%
BLUE value IS 137 (53.91% from 255) = 28.48%
R=36.80%
G=34.72%
B=28.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17716713700.060.230.314520.4161.57
HexB1A78906171F2d143e
Octal261247211062737552476
Binary1011000110100111100010010110101111111110110110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A789; }

 p { color: rgb(177,167,137); }

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

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

 a { background-color: rgb(177,167,137); }

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

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

 span { border-color: rgb(177,167,137); }

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