#B5AB85

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

Shades of Chino #B5AB85

Tints of Chino #B5AB85

Color information

#B5AB85 (or 0xB5AB85) is unknown color: approx Chino. HEX triplet: B5, AB and 85. RGB value is (181,171,133). Sum of RGB (Red+Green+Blue) = 181+171+133=485 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.32% from 485); Green value is 171 (67.19% from 255 or 35.26% from 485); Blue value is 133 (52.34% from 255 or 27.42% from 485); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AB85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5AB85 is #4A547A. Grayscale: #A9A9A9. Windows color (decimal): -4871291 or 8760245. OLE color: 8760245.

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

Color convert

RGB181171133-
CMYK00.060.270.29
HSL47.5º24.49%61.57%-
HSV(B)47.5º26.52%70.98%-
XYZ37.8540.6428.04-
YUV169.66107.31136.09-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.32%
GREEN value IS 171 (67.19% from 255) = 35.26%
BLUE value IS 133 (52.34% from 255) = 27.42%
R=37.32%
G=35.26%
B=27.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18117113300.060.270.2947.524.4961.57
HexB5AB85061B1D30183e
Octal265253205063335603076
Binary1011010110101011100001010110110111110111000011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AB85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AB85; }

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

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

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

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

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

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

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

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