#B7AF84

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

Shades of Chino #B7AF84

Tints of Chino #B7AF84

Color information

#B7AF84 (or 0xB7AF84) is unknown color: approx Chino. HEX triplet: B7, AF and 84. RGB value is (183,175,132). Sum of RGB (Red+Green+Blue) = 183+175+132=490 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.35% from 490); Green value is 175 (68.75% from 255 or 35.71% from 490); Blue value is 132 (51.95% from 255 or 26.94% from 490); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AF84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7AF84 is #48507B. Grayscale: #ACACAC. Windows color (decimal): -4739196 or 8695735. OLE color: 8695735.

HSL color Cylindrical-coordinate representation of color #B7AF84: hue angle of 50.59º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B7AF84 is Cyan = 0, Magento = 0.04, Yellow = 0.28 and Black (K on CMYK) = 0.28.

Color convert

RGB183175132-
CMYK00.040.280.28
HSL50.59º26.15%61.76%-
HSV(B)50.59º27.87%71.76%-
XYZ39.0242.3927.96-
YUV172.49105.15135.5-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 37.35%
GREEN value IS 175 (68.75% from 255) = 35.71%
BLUE value IS 132 (51.95% from 255) = 26.94%
R=37.35%
G=35.71%
B=26.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.28
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18317513200.040.280.2850.5926.1561.76
HexB7AF84041C1C331a3e
Octal267257204043434633276
Binary1011011110101111100001000100111001110011001111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AF84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AF84; }

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

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

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

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

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

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

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

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