#B7AF82

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

Shades of Chino #B7AF82

Tints of Chino #B7AF82

Color information

#B7AF82 (or 0xB7AF82) is unknown color: approx Chino. HEX triplet: B7, AF and 82. RGB value is (183,175,130). Sum of RGB (Red+Green+Blue) = 183+175+130=488 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.5% from 488); Green value is 175 (68.75% from 255 or 35.86% from 488); Blue value is 130 (51.17% from 255 or 26.64% from 488); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AF82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7AF82 is #48507D. Grayscale: #ACACAC. Windows color (decimal): -4739198 or 8564663. OLE color: 8564663.

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

Color convert

RGB183175130-
CMYK00.040.290.28
HSL50.94º26.9%61.37%-
HSV(B)50.94º28.96%71.76%-
XYZ38.8942.3427.24-
YUV172.26104.15135.66-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 37.5%
GREEN value IS 175 (68.75% from 255) = 35.86%
BLUE value IS 130 (51.17% from 255) = 26.64%
R=37.5%
G=35.86%
B=26.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.29
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18317513000.040.290.2850.9426.961.37
HexB7AF82041D1C331b3d
Octal267257202043534633375
Binary1011011110101111100000100100111011110011001111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AF82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AF82; }

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

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

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

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

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

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

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

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