#B5AF87

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

Shades of Chino #B5AF87

Tints of Chino #B5AF87

Color information

#B5AF87 (or 0xB5AF87) is unknown color: approx Chino. HEX triplet: B5, AF and 87. RGB value is (181,175,135). Sum of RGB (Red+Green+Blue) = 181+175+135=491 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.86% from 491); Green value is 175 (68.75% from 255 or 35.64% from 491); Blue value is 135 (53.12% from 255 or 27.49% from 491); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AF87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5AF87 is #4A5078. Grayscale: #ACACAC. Windows color (decimal): -4870265 or 8892341. OLE color: 8892341.

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

Color convert

RGB181175135-
CMYK00.030.250.29
HSL52.17º23.71%61.96%-
HSV(B)52.17º25.41%70.98%-
XYZ38.7642.2329.03-
YUV172.23106.99134.25-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.86%
GREEN value IS 175 (68.75% from 255) = 35.64%
BLUE value IS 135 (53.12% from 255) = 27.49%
R=36.86%
G=35.64%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.25
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18117513500.030.250.2952.1723.7161.96
HexB5AF8703191D34183e
Octal265257207033135643076
Binary101101011010111110000111011110011110111010011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AF87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AF87; }

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

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

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

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

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

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

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

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