#B4AA81

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

Shades of Chino #B4AA81

Tints of Chino #B4AA81

Color information

#B4AA81 (or 0xB4AA81) is unknown color: approx Chino. HEX triplet: B4, AA and 81. RGB value is (180,170,129). Sum of RGB (Red+Green+Blue) = 180+170+129=479 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.58% from 479); Green value is 170 (66.80% from 255 or 35.49% from 479); Blue value is 129 (50.78% from 255 or 26.93% from 479); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AA81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4AA81 is #4B557E. Grayscale: #A8A8A8. Windows color (decimal): -4937087 or 8497844. OLE color: 8497844.

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

Color convert

RGB180170129-
CMYK00.060.280.29
HSL48.24º25.37%60.59%-
HSV(B)48.24º28.33%70.59%-
XYZ37.1640.0426.54-
YUV168.32105.81136.33-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.58%
GREEN value IS 170 (66.80% from 255) = 35.49%
BLUE value IS 129 (50.78% from 255) = 26.93%
R=37.58%
G=35.49%
B=26.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.28
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017012900.060.280.2948.2425.3760.59
HexB4AA81061C1D30193d
Octal264252201063435603175
Binary1011010010101010100000010110111001110111000011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AA81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AA81; }

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

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

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

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

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

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

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

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