Shades of Maverick #BFB2B7
Tints of Maverick #BFB2B7
RGB
CMYK
RGB Variations
Color information
#BFB2B7 (or 0xBFB2B7) is known color: Maverick. HEX triplet: BF, B2 and B7. RGB value is (191,178,183). Sum of RGB (Red+Green+Blue) = 191+178+183=552 (73% of max value = 765). Red value is 191 (75% from 255 or 34.60% from 552); Green value is 178 (69.92% from 255 or 32.25% from 552); Blue value is 183 (71.88% from 255 or 33.15% from 552); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB2B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFB2B7 is #404D48. Grayscale: #B6B6B6. Windows color (decimal): -4214089 or 12038847. OLE color: 12038847.
HSL color Cylindrical-coordinate representation of color #BFB2B7: hue angle of 336.92º degrees, saturation: 0.09, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BFB2B7 is Cyan = 0, Magento = 0.07, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
RGB | 191 | 178 | 183 | - |
CMYK | 0 | 0.07 | 0.04 | 0.25 |
HSL | 336.92º | 0.09% | 0.72% | - |
HSV(B) | 336.92º | 0.07% | 0.75% | - |
XYZ | 45.95 | 46.34 | 51.32 | - |
YUV | 182.46 | 128.31 | 134.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 178 | 183 | 0 | 0.07 | 0.04 | 0.25 | 336.92 | 0.09 | 0.72 |
Hex | BF | B2 | B7 | 0 | 7 | 4 | 19 | 151 | 9 | 48 |
Octal | 277 | 262 | 267 | 0 | 7 | 4 | 31 | 521 | 11 | 110 |
Binary | 10111111 | 10110010 | 10110111 | 0 | 111 | 100 | 11001 | 101010001 | 1001 | 1001000 |
Color Harmonies of #BFB2B7
Complementary color
Monochromatic Colors of #BFB2B7
Black with #BFB2B7
Text Example
Text Example
White with #BFB2B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB2B7; }
p { color: rgb(191,178,183); }
H1.HeaderClassName
{
color: #BFB2B7;
}
.AnyTagClassName
{
color: #BFB2B7;
}
</style>
background-color css
<style>
a { background-color: #BFB2B7; }
a { background-color: rgb(191,178,183); }
div.DivClassName
{
background-color: #BFB2B7;
}
.BgClassName
{
background-color: #BFB2B7;
}
</style>
border-color css
<style>
span { border-color: #BFB2B7; }
span { border-color: rgb(191,178,183); }
td.TdClassName
{
border-color: #BFB2B7;
}
.TagClassName
{
border-color: #BFB2B7;
}
</style>