#B5AF84

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

Shades of Chino #B5AF84

Tints of Chino #B5AF84

Color information

#B5AF84 (or 0xB5AF84) is unknown color: approx Chino. HEX triplet: B5, AF and 84. RGB value is (181,175,132). Sum of RGB (Red+Green+Blue) = 181+175+132=488 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.09% from 488); Green value is 175 (68.75% from 255 or 35.86% from 488); Blue value is 132 (51.95% from 255 or 27.05% from 488); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AF84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5AF84 is #4A507B. Grayscale: #ACACAC. Windows color (decimal): -4870268 or 8695733. OLE color: 8695733.

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

Color convert

RGB181175132-
CMYK00.030.270.29
HSL52.65º24.87%61.37%-
HSV(B)52.65º27.07%70.98%-
XYZ38.5542.1527.93-
YUV171.89105.49134.5-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.09%
GREEN value IS 175 (68.75% from 255) = 35.86%
BLUE value IS 132 (51.95% from 255) = 27.05%
R=37.09%
G=35.86%
B=27.05%

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
Decimal18117513200.030.270.2952.6524.8761.37
HexB5AF84031B1D35193d
Octal265257204033335653175
Binary101101011010111110000100011110111110111010111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AF84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AF84; }

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

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

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

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

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

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

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

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