Shades of Zanah #B7BFB7
Tints of Zanah #B7BFB7
RGB
CMYK
RGB Variations
Color information
#B7BFB7 (or 0xB7BFB7) is known color: Zanah. HEX triplet: B7, BF and B7. RGB value is (183,191,183). Sum of RGB (Red+Green+Blue) = 183+191+183=557 (73% of max value = 765). Red value is 183 (71.88% from 255 or 32.85% from 557); Green value is 191 (75% from 255 or 34.29% from 557); Blue value is 183 (71.88% from 255 or 32.85% from 557); Max value from RGB is 191 - color contains mainly: green. Hex color #B7BFB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7BFB7 is #484048. Grayscale: #BBBBBB. Windows color (decimal): -4735049 or 12042167. OLE color: 12042167.
HSL color Cylindrical-coordinate representation of color #B7BFB7: hue angle of 120º degrees, saturation: 0.06, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #B7BFB7 is Cyan = 0.04, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
RGB | 183 | 191 | 183 | - |
CMYK | 0.04 | 0 | 0.04 | 0.25 |
HSL | 120º | 0.06% | 0.73% | - |
HSV(B) | 120º | 0.04% | 0.75% | - |
XYZ | 46.71 | 50.75 | 52.13 | - |
YUV | 187.7 | 125.35 | 124.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 183 | 191 | 183 | 0.04 | 0 | 0.04 | 0.25 | 120 | 0.06 | 0.73 |
Hex | B7 | BF | B7 | 4 | 0 | 4 | 19 | 78 | 6 | 49 |
Octal | 267 | 277 | 267 | 4 | 0 | 4 | 31 | 170 | 6 | 111 |
Binary | 10110111 | 10111111 | 10110111 | 100 | 0 | 100 | 11001 | 1111000 | 110 | 1001001 |
Color Harmonies of #B7BFB7
Complementary color
Monochromatic Colors of #B7BFB7
Black with #B7BFB7
Text Example
Text Example
White with #B7BFB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7BFB7; }
p { color: rgb(183,191,183); }
H1.HeaderClassName
{
color: #B7BFB7;
}
.AnyTagClassName
{
color: #B7BFB7;
}
</style>
background-color css
<style>
a { background-color: #B7BFB7; }
a { background-color: rgb(183,191,183); }
div.DivClassName
{
background-color: #B7BFB7;
}
.BgClassName
{
background-color: #B7BFB7;
}
</style>
border-color css
<style>
span { border-color: #B7BFB7; }
span { border-color: rgb(183,191,183); }
td.TdClassName
{
border-color: #B7BFB7;
}
.TagClassName
{
border-color: #B7BFB7;
}
</style>