#B5AF85

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

Shades of Chino #B5AF85

Tints of Chino #B5AF85

Color information

#B5AF85 (or 0xB5AF85) is unknown color: approx Chino. HEX triplet: B5, AF and 85. RGB value is (181,175,133). Sum of RGB (Red+Green+Blue) = 181+175+133=489 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.01% from 489); Green value is 175 (68.75% from 255 or 35.79% from 489); Blue value is 133 (52.34% from 255 or 27.20% from 489); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AF85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5AF85 is #4A507A. Grayscale: #ACACAC. Windows color (decimal): -4870267 or 8761269. OLE color: 8761269.

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

Color convert

RGB181175133-
CMYK00.030.270.29
HSL52.5º24.49%61.57%-
HSV(B)52.5º26.52%70.98%-
XYZ38.6242.1828.3-
YUV172.01105.99134.42-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.01%
GREEN value IS 175 (68.75% from 255) = 35.79%
BLUE value IS 133 (52.34% from 255) = 27.20%
R=37.01%
G=35.79%
B=27.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18117513300.030.270.2952.524.4961.57
HexB5AF85031B1D34183e
Octal265257205033335643076
Binary101101011010111110000101011110111110111010011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AF85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AF85; }

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

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

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

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

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

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

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

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