#B5AB82

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

Shades of Chino #B5AB82

Tints of Chino #B5AB82

Color information

#B5AB82 (or 0xB5AB82) is unknown color: approx Chino. HEX triplet: B5, AB and 82. RGB value is (181,171,130). Sum of RGB (Red+Green+Blue) = 181+171+130=482 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.55% from 482); Green value is 171 (67.19% from 255 or 35.48% from 482); Blue value is 130 (51.17% from 255 or 26.97% from 482); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AB82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5AB82 is #4A547D. Grayscale: #A9A9A9. Windows color (decimal): -4871294 or 8563637. OLE color: 8563637.

HSL color Cylindrical-coordinate representation of color #B5AB82: hue angle of 48.24º degrees, saturation: 0.26, 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 #B5AB82 is Cyan = 0, Magento = 0.06, Yellow = 0.28 and Black (K on CMYK) = 0.29.

Color convert

RGB181171130-
CMYK00.060.280.29
HSL48.24º25.63%60.98%-
HSV(B)48.24º28.18%70.98%-
XYZ37.6540.5626.96-
YUV169.32105.81136.33-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.55%
GREEN value IS 171 (67.19% from 255) = 35.48%
BLUE value IS 130 (51.17% from 255) = 26.97%
R=37.55%
G=35.48%
B=26.97%

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
Decimal18117113000.060.280.2948.2425.6360.98
HexB5AB82061C1D301a3d
Octal265253202063435603275
Binary1011010110101011100000100110111001110111000011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AB82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AB82; }

 p { color: rgb(181,171,130); }

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

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

 a { background-color: rgb(181,171,130); }

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

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

 span { border-color: rgb(181,171,130); }

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