#B4A980

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

Shades of Chino #B4A980

Tints of Chino #B4A980

Color information

#B4A980 (or 0xB4A980) is unknown color: approx Chino. HEX triplet: B4, A9 and 80. RGB value is (180,169,128). Sum of RGB (Red+Green+Blue) = 180+169+128=477 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.74% from 477); Green value is 169 (66.41% from 255 or 35.43% from 477); Blue value is 128 (50.39% from 255 or 26.83% from 477); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A980 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A980 is #4B567F. Grayscale: #A7A7A7. Windows color (decimal): -4937344 or 8432052. OLE color: 8432052.

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

Color convert

RGB180169128-
CMYK00.060.290.29
HSL47.31º25.74%60.39%-
HSV(B)47.31º28.89%70.59%-
XYZ36.9139.6426.13-
YUV167.62105.64136.83-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.74%
GREEN value IS 169 (66.41% from 255) = 35.43%
BLUE value IS 128 (50.39% from 255) = 26.83%
R=37.74%
G=35.43%
B=26.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18016912800.060.290.2947.3125.7460.39
HexB4A980061D1D2f1a3c
Octal264251200063535573274
Binary1011010010101001100000000110111011110110111111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A980; }

 p { color: rgb(180,169,128); }

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

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

 a { background-color: rgb(180,169,128); }

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

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

 span { border-color: rgb(180,169,128); }

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