Shades of Chino #B7AF80
Tints of Chino #B7AF80
RGB
CMYK
RGB Variations
Color information
#B7AF80 (or 0xB7AF80) is known color: Chino. HEX triplet: B7, AF and 80. RGB value is (183,175,128). Sum of RGB (Red+Green+Blue) = 183+175+128=486 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.65% from 486); Green value is 175 (68.75% from 255 or 36.01% from 486); Blue value is 128 (50.39% from 255 or 26.34% from 486); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AF80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7AF80 is #48507F. Grayscale: #ACACAC. Windows color (decimal): -4739200 or 8433591. OLE color: 8433591.
HSL color Cylindrical-coordinate representation of color #B7AF80: hue angle of 51.27º degrees, saturation: 0.28, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B7AF80 is Cyan = 0, Magento = 0.04, Yellow = 0.30 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 175 | 128 | - |
| CMYK | 0 | 0.04 | 0.30 | 0.28 |
| HSL | 51.27º | 0.28% | 0.61% | - |
| HSV(B) | 51.27º | 0.3% | 0.72% | - |
| XYZ | 38.75 | 42.29 | 26.54 | - |
| YUV | 172.03 | 103.15 | 135.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 175 | 128 | 0 | 0.04 | 0.30 | 0.28 | 51.27 | 0.28 | 0.61 |
| Hex | B7 | AF | 80 | 0 | 4 | 1E | 1C | 33 | 1C | 3D |
| Octal | 267 | 257 | 200 | 0 | 4 | 36 | 34 | 63 | 34 | 75 |
| Binary | 10110111 | 10101111 | 10000000 | 0 | 100 | 11110 | 11100 | 110011 | 11100 | 111101 |
Color Harmonies of #B7AF80
Complementary color
Monochromatic Colors of #B7AF80
Black with #B7AF80
Text Example
Text Example
White with #B7AF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7AF80; }
p { color: rgb(183,175,128); }
H1.HeaderClassName
{
color: #B7AF80;
}
.AnyTagClassName
{
color: #B7AF80;
}
</style>
background-color css
<style>
a { background-color: #B7AF80; }
a { background-color: rgb(183,175,128); }
div.DivClassName
{
background-color: #B7AF80;
}
.BgClassName
{
background-color: #B7AF80;
}
</style>
border-color css
<style>
span { border-color: #B7AF80; }
span { border-color: rgb(183,175,128); }
td.TdClassName
{
border-color: #B7AF80;
}
.TagClassName
{
border-color: #B7AF80;
}
</style>