#B4AB80

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

Shades of Chino #B4AB80

Tints of Chino #B4AB80

Color information

#B4AB80 (or 0xB4AB80) is unknown color: approx Chino. HEX triplet: B4, AB and 80. RGB value is (180,171,128). Sum of RGB (Red+Green+Blue) = 180+171+128=479 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.58% from 479); Green value is 171 (67.19% from 255 or 35.70% from 479); Blue value is 128 (50.39% from 255 or 26.72% from 479); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AB80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4AB80 is #4B547F. Grayscale: #A8A8A8. Windows color (decimal): -4936832 or 8432564. OLE color: 8432564.

HSL color Cylindrical-coordinate representation of color #B4AB80: hue angle of 49.62º 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 #B4AB80 is Cyan = 0, Magento = 0.05, Yellow = 0.29 and Black (K on CMYK) = 0.29.

Color convert

RGB180171128-
CMYK00.050.290.29
HSL49.62º25.74%60.39%-
HSV(B)49.62º28.89%70.59%-
XYZ37.2840.3926.25-
YUV168.79104.98136-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.58%
GREEN value IS 171 (67.19% from 255) = 35.70%
BLUE value IS 128 (50.39% from 255) = 26.72%
R=37.58%
G=35.70%
B=26.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017112800.050.290.2949.6225.7460.39
HexB4AB80051D1D321a3c
Octal264253200053535623274
Binary1011010010101011100000000101111011110111001011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AB80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AB80; }

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

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

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

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

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

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

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

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