#B6AB81

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

Shades of Chino #B6AB81

Tints of Chino #B6AB81

Color information

#B6AB81 (or 0xB6AB81) is unknown color: approx Chino. HEX triplet: B6, AB and 81. RGB value is (182,171,129). Sum of RGB (Red+Green+Blue) = 182+171+129=482 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.76% from 482); Green value is 171 (67.19% from 255 or 35.48% from 482); Blue value is 129 (50.78% from 255 or 26.76% from 482); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AB81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6AB81 is #49547E. Grayscale: #A9A9A9. Windows color (decimal): -4805759 or 8498102. OLE color: 8498102.

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

Color convert

RGB182171129-
CMYK00.060.290.29
HSL47.55º26.63%60.98%-
HSV(B)47.55º29.12%71.37%-
XYZ37.8240.6626.62-
YUV169.5105.14136.92-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.76%
GREEN value IS 171 (67.19% from 255) = 35.48%
BLUE value IS 129 (50.78% from 255) = 26.76%
R=37.76%
G=35.48%
B=26.76%

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
Decimal18217112900.060.290.2947.5526.6360.98
HexB6AB81061D1D301b3d
Octal266253201063535603375
Binary1011011010101011100000010110111011110111000011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AB81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AB81; }

 p { color: rgb(182,171,129); }

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

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

 a { background-color: rgb(182,171,129); }

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

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

 span { border-color: rgb(182,171,129); }

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