#B4AA8C

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

Shades of Chino #B4AA8C

Tints of Chino #B4AA8C

Color information

#B4AA8C (or 0xB4AA8C) is unknown color: approx Chino. HEX triplet: B4, AA and 8C. RGB value is (180,170,140). Sum of RGB (Red+Green+Blue) = 180+170+140=490 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.73% from 490); Green value is 170 (66.80% from 255 or 34.69% from 490); Blue value is 140 (55.08% from 255 or 28.57% from 490); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AA8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4AA8C is #4B5573. Grayscale: #A9A9A9. Windows color (decimal): -4937076 or 9218740. OLE color: 9218740.

HSL color Cylindrical-coordinate representation of color #B4AA8C: hue angle of 45º degrees, saturation: 0.21, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B4AA8C is Cyan = 0, Magento = 0.06, Yellow = 0.22 and Black (K on CMYK) = 0.29.

Color convert

RGB180170140-
CMYK00.060.220.29
HSL45º21.05%62.75%-
HSV(B)45º22.22%70.59%-
XYZ37.9340.3530.6-
YUV169.57111.31135.44-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.73%
GREEN value IS 170 (66.80% from 255) = 34.69%
BLUE value IS 140 (55.08% from 255) = 28.57%
R=36.73%
G=34.69%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017014000.060.220.294521.0562.75
HexB4AA8C06161D2d153f
Octal264252214062635552577
Binary1011010010101010100011000110101101110110110110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AA8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AA8C; }

 p { color: rgb(180,170,140); }

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

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

 a { background-color: rgb(180,170,140); }

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

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

 span { border-color: rgb(180,170,140); }

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