Shades of Cabaret #BF6272
Tints of Cabaret #BF6272
RGB
CMYK
RGB Variations
Color information
#BF6272 (or 0xBF6272) is known color: Cabaret. HEX triplet: BF, 62 and 72. RGB value is (191,98,114). Sum of RGB (Red+Green+Blue) = 191+98+114=403 (53% of max value = 765). Red value is 191 (75% from 255 or 47.39% from 403); Green value is 98 (38.67% from 255 or 24.32% from 403); Blue value is 114 (44.92% from 255 or 28.29% from 403); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6272 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6272 is #409D8D. Grayscale: #7F7F7F. Windows color (decimal): -4234638 or 7496383. OLE color: 7496383.
HSL color Cylindrical-coordinate representation of color #BF6272: hue angle of 349.68º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BF6272 is Cyan = 0, Magento = 0.49, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 98 | 114 | - |
| CMYK | 0 | 0.49 | 0.40 | 0.25 |
| HSL | 349.68º | 0.42% | 0.57% | - |
| HSV(B) | 349.68º | 0.49% | 0.75% | - |
| XYZ | 28.89 | 21.03 | 18.46 | - |
| YUV | 127.63 | 120.31 | 173.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 98 | 114 | 0 | 0.49 | 0.40 | 0.25 | 349.68 | 0.42 | 0.57 |
| Hex | BF | 62 | 72 | 0 | 31 | 28 | 19 | 15E | 2A | 39 |
| Octal | 277 | 142 | 162 | 0 | 61 | 50 | 31 | 536 | 52 | 71 |
| Binary | 10111111 | 1100010 | 1110010 | 0 | 110001 | 101000 | 11001 | 101011110 | 101010 | 111001 |
Color Harmonies of #BF6272
Complementary color
Monochromatic Colors of #BF6272
Black with #BF6272
Text Example
Text Example
White with #BF6272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6272; }
p { color: rgb(191,98,114); }
H1.HeaderClassName
{
color: #BF6272;
}
.AnyTagClassName
{
color: #BF6272;
}
</style>
background-color css
<style>
a { background-color: #BF6272; }
a { background-color: rgb(191,98,114); }
div.DivClassName
{
background-color: #BF6272;
}
.BgClassName
{
background-color: #BF6272;
}
</style>
border-color css
<style>
span { border-color: #BF6272; }
span { border-color: rgb(191,98,114); }
td.TdClassName
{
border-color: #BF6272;
}
.TagClassName
{
border-color: #BF6272;
}
</style>