Shades of Chino #B7AF90
Tints of Chino #B7AF90
RGB
CMYK
RGB Variations
Color information
#B7AF90 (or 0xB7AF90) is known color: Chino. HEX triplet: B7, AF and 90. RGB value is (183,175,144). Sum of RGB (Red+Green+Blue) = 183+175+144=502 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.45% from 502); Green value is 175 (68.75% from 255 or 34.86% from 502); Blue value is 144 (56.64% from 255 or 28.69% from 502); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AF90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7AF90 is #48506F. Grayscale: #ADADAD. Windows color (decimal): -4739184 or 9482167. OLE color: 9482167.
HSL color Cylindrical-coordinate representation of color #B7AF90: hue angle of 47.69º degrees, saturation: 0.21, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B7AF90 is Cyan = 0, Magento = 0.04, Yellow = 0.21 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 175 | 144 | - |
| CMYK | 0 | 0.04 | 0.21 | 0.28 |
| HSL | 47.69º | 0.21% | 0.64% | - |
| HSV(B) | 47.69º | 0.21% | 0.72% | - |
| XYZ | 39.89 | 42.74 | 32.53 | - |
| YUV | 173.86 | 111.15 | 134.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 175 | 144 | 0 | 0.04 | 0.21 | 0.28 | 47.69 | 0.21 | 0.64 |
| Hex | B7 | AF | 90 | 0 | 4 | 15 | 1C | 30 | 15 | 40 |
| Octal | 267 | 257 | 220 | 0 | 4 | 25 | 34 | 60 | 25 | 100 |
| Binary | 10110111 | 10101111 | 10010000 | 0 | 100 | 10101 | 11100 | 110000 | 10101 | 1000000 |
Color Harmonies of #B7AF90
Complementary color
Monochromatic Colors of #B7AF90
Black with #B7AF90
Text Example
Text Example
White with #B7AF90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7AF90; }
p { color: rgb(183,175,144); }
H1.HeaderClassName
{
color: #B7AF90;
}
.AnyTagClassName
{
color: #B7AF90;
}
</style>
background-color css
<style>
a { background-color: #B7AF90; }
a { background-color: rgb(183,175,144); }
div.DivClassName
{
background-color: #B7AF90;
}
.BgClassName
{
background-color: #B7AF90;
}
</style>
border-color css
<style>
span { border-color: #B7AF90; }
span { border-color: rgb(183,175,144); }
td.TdClassName
{
border-color: #B7AF90;
}
.TagClassName
{
border-color: #B7AF90;
}
</style>