#B4AA84

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

Shades of Chino #B4AA84

Tints of Chino #B4AA84

Color information

#B4AA84 (or 0xB4AA84) is unknown color: approx Chino. HEX triplet: B4, AA and 84. RGB value is (180,170,132). Sum of RGB (Red+Green+Blue) = 180+170+132=482 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.34% from 482); Green value is 170 (66.80% from 255 or 35.27% from 482); Blue value is 132 (51.95% from 255 or 27.39% from 482); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AA84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4AA84 is #4B557B. Grayscale: #A8A8A8. Windows color (decimal): -4937084 or 8694452. OLE color: 8694452.

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

Color convert

RGB180170132-
CMYK00.060.270.29
HSL47.5º24.24%61.18%-
HSV(B)47.5º26.67%70.59%-
XYZ37.3640.1227.6-
YUV168.66107.31136.09-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.34%
GREEN value IS 170 (66.80% from 255) = 35.27%
BLUE value IS 132 (51.95% from 255) = 27.39%
R=37.34%
G=35.27%
B=27.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017013200.060.270.2947.524.2461.18
HexB4AA84061B1D30183d
Octal264252204063335603075
Binary1011010010101010100001000110110111110111000011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AA84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AA84; }

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

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

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

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

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

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

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

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