Shades of Zanah #B0C0AF
Tints of Zanah #B0C0AF
RGB
CMYK
RGB Variations
Color information
#B0C0AF (or 0xB0C0AF) is known color: Zanah. HEX triplet: B0, C0 and AF. RGB value is (176,192,175). Sum of RGB (Red+Green+Blue) = 176+192+175=543 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.41% from 543); Green value is 192 (75.39% from 255 or 35.36% from 543); Blue value is 175 (68.75% from 255 or 32.23% from 543); Max value from RGB is 192 - color contains mainly: green. Hex color #B0C0AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0C0AF is #4F3F50. Grayscale: #B9B9B9. Windows color (decimal): -5193553 or 11518128. OLE color: 11518128.
HSL color Cylindrical-coordinate representation of color #B0C0AF: hue angle of 116.47º degrees, saturation: 0.12, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B0C0AF is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 176 | 192 | 175 | - |
| CMYK | 0.08 | 0 | 0.09 | 0.25 |
| HSL | 116.47º | 0.12% | 0.72% | - |
| HSV(B) | 116.47º | 0.09% | 0.75% | - |
| XYZ | 44.49 | 50.02 | 47.87 | - |
| YUV | 185.28 | 122.2 | 121.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 192 | 175 | 0.08 | 0 | 0.09 | 0.25 | 116.47 | 0.12 | 0.72 |
| Hex | B0 | C0 | AF | 8 | 0 | 9 | 19 | 74 | C | 48 |
| Octal | 260 | 300 | 257 | 10 | 0 | 11 | 31 | 164 | 14 | 110 |
| Binary | 10110000 | 11000000 | 10101111 | 1000 | 0 | 1001 | 11001 | 1110100 | 1100 | 1001000 |
Color Harmonies of #B0C0AF
Complementary color
Monochromatic Colors of #B0C0AF
Black with #B0C0AF
Text Example
Text Example
White with #B0C0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C0AF; }
p { color: rgb(176,192,175); }
H1.HeaderClassName
{
color: #B0C0AF;
}
.AnyTagClassName
{
color: #B0C0AF;
}
</style>
background-color css
<style>
a { background-color: #B0C0AF; }
a { background-color: rgb(176,192,175); }
div.DivClassName
{
background-color: #B0C0AF;
}
.BgClassName
{
background-color: #B0C0AF;
}
</style>
border-color css
<style>
span { border-color: #B0C0AF; }
span { border-color: rgb(176,192,175); }
td.TdClassName
{
border-color: #B0C0AF;
}
.TagClassName
{
border-color: #B0C0AF;
}
</style>