Shades of Maverick #BFB1B8
Tints of Maverick #BFB1B8
RGB
CMYK
RGB Variations
Color information
#BFB1B8 (or 0xBFB1B8) is known color: Maverick. HEX triplet: BF, B1 and B8. RGB value is (191,177,184). Sum of RGB (Red+Green+Blue) = 191+177+184=552 (73% of max value = 765). Red value is 191 (75% from 255 or 34.60% from 552); Green value is 177 (69.53% from 255 or 32.07% from 552); Blue value is 184 (72.27% from 255 or 33.33% from 552); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB1B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFB1B8 is #404E47. Grayscale: #B5B5B5. Windows color (decimal): -4214344 or 12104127. OLE color: 12104127.
HSL color Cylindrical-coordinate representation of color #BFB1B8: hue angle of 330º degrees, saturation: 0.1, 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 #BFB1B8 is Cyan = 0, Magento = 0.07, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 177 | 184 | - |
| CMYK | 0 | 0.07 | 0.04 | 0.25 |
| HSL | 330º | 0.1% | 0.72% | - |
| HSV(B) | 330º | 0.07% | 0.75% | - |
| XYZ | 45.86 | 45.98 | 51.81 | - |
| YUV | 181.98 | 129.14 | 134.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 177 | 184 | 0 | 0.07 | 0.04 | 0.25 | 330 | 0.1 | 0.72 |
| Hex | BF | B1 | B8 | 0 | 7 | 4 | 19 | 14A | A | 48 |
| Octal | 277 | 261 | 270 | 0 | 7 | 4 | 31 | 512 | 12 | 110 |
| Binary | 10111111 | 10110001 | 10111000 | 0 | 111 | 100 | 11001 | 101001010 | 1010 | 1001000 |
Color Harmonies of #BFB1B8
Complementary color
Monochromatic Colors of #BFB1B8
Black with #BFB1B8
Text Example
Text Example
White with #BFB1B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB1B8; }
p { color: rgb(191,177,184); }
H1.HeaderClassName
{
color: #BFB1B8;
}
.AnyTagClassName
{
color: #BFB1B8;
}
</style>
background-color css
<style>
a { background-color: #BFB1B8; }
a { background-color: rgb(191,177,184); }
div.DivClassName
{
background-color: #BFB1B8;
}
.BgClassName
{
background-color: #BFB1B8;
}
</style>
border-color css
<style>
span { border-color: #BFB1B8; }
span { border-color: rgb(191,177,184); }
td.TdClassName
{
border-color: #BFB1B8;
}
.TagClassName
{
border-color: #BFB1B8;
}
</style>