#B4AA88

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

Shades of Chino #B4AA88

Tints of Chino #B4AA88

Color information

#B4AA88 (or 0xB4AA88) is unknown color: approx Chino. HEX triplet: B4, AA and 88. RGB value is (180,170,136). Sum of RGB (Red+Green+Blue) = 180+170+136=486 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.04% from 486); Green value is 170 (66.80% from 255 or 34.98% from 486); Blue value is 136 (53.52% from 255 or 27.98% from 486); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AA88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4AA88 is #4B5577. Grayscale: #A9A9A9. Windows color (decimal): -4937080 or 8956596. OLE color: 8956596.

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

Color convert

RGB180170136-
CMYK00.060.240.29
HSL46.36º22.68%61.96%-
HSV(B)46.36º24.44%70.59%-
XYZ37.6440.2329.07-
YUV169.11109.31135.76-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.04%
GREEN value IS 170 (66.80% from 255) = 34.98%
BLUE value IS 136 (53.52% from 255) = 27.98%
R=37.04%
G=34.98%
B=27.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017013600.060.240.2946.3622.6861.96
HexB4AA8806181D2e173e
Octal264252210063035562776
Binary1011010010101010100010000110110001110110111010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AA88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AA88; }

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

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

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

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

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

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

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

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