Shades of Chino #B7AD89
Tints of Chino #B7AD89
RGB
CMYK
RGB Variations
Color information
#B7AD89 (or 0xB7AD89) is known color: Chino. HEX triplet: B7, AD and 89. RGB value is (183,173,137). Sum of RGB (Red+Green+Blue) = 183+173+137=493 (65% of max value = 765). Red value is 183 (71.88% from 255 or 37.12% from 493); Green value is 173 (67.97% from 255 or 35.09% from 493); Blue value is 137 (53.91% from 255 or 27.79% from 493); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AD89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7AD89 is #485276. Grayscale: #ACACAC. Windows color (decimal): -4739703 or 9022903. OLE color: 9022903.
HSL color Cylindrical-coordinate representation of color #B7AD89: hue angle of 46.96º degrees, saturation: 0.24, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B7AD89 is Cyan = 0, Magento = 0.05, Yellow = 0.25 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 173 | 137 | - |
| CMYK | 0 | 0.05 | 0.25 | 0.28 |
| HSL | 46.96º | 0.24% | 0.63% | - |
| HSV(B) | 46.96º | 0.25% | 0.72% | - |
| XYZ | 38.99 | 41.76 | 29.67 | - |
| YUV | 171.89 | 108.31 | 135.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 173 | 137 | 0 | 0.05 | 0.25 | 0.28 | 46.96 | 0.24 | 0.63 |
| Hex | B7 | AD | 89 | 0 | 5 | 19 | 1C | 2F | 18 | 3F |
| Octal | 267 | 255 | 211 | 0 | 5 | 31 | 34 | 57 | 30 | 77 |
| Binary | 10110111 | 10101101 | 10001001 | 0 | 101 | 11001 | 11100 | 101111 | 11000 | 111111 |
Color Harmonies of #B7AD89
Complementary color
Monochromatic Colors of #B7AD89
Black with #B7AD89
Text Example
Text Example
White with #B7AD89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7AD89; }
p { color: rgb(183,173,137); }
H1.HeaderClassName
{
color: #B7AD89;
}
.AnyTagClassName
{
color: #B7AD89;
}
</style>
background-color css
<style>
a { background-color: #B7AD89; }
a { background-color: rgb(183,173,137); }
div.DivClassName
{
background-color: #B7AD89;
}
.BgClassName
{
background-color: #B7AD89;
}
</style>
border-color css
<style>
span { border-color: #B7AD89; }
span { border-color: rgb(183,173,137); }
td.TdClassName
{
border-color: #B7AD89;
}
.TagClassName
{
border-color: #B7AD89;
}
</style>