Shades of Cabaret #BF6673
Tints of Cabaret #BF6673
RGB
CMYK
RGB Variations
Color information
#BF6673 (or 0xBF6673) is known color: Cabaret. HEX triplet: BF, 66 and 73. RGB value is (191,102,115). Sum of RGB (Red+Green+Blue) = 191+102+115=408 (54% of max value = 765). Red value is 191 (75% from 255 or 46.81% from 408); Green value is 102 (40.23% from 255 or 25% from 408); Blue value is 115 (45.31% from 255 or 28.19% from 408); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6673 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6673 is #40998C. Grayscale: #828282. Windows color (decimal): -4233613 or 7562943. OLE color: 7562943.
HSL color Cylindrical-coordinate representation of color #BF6673: hue angle of 351.24º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BF6673 is Cyan = 0, Magento = 0.47, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 102 | 115 | - |
| CMYK | 0 | 0.47 | 0.40 | 0.25 |
| HSL | 351.24º | 0.41% | 0.57% | - |
| HSV(B) | 351.24º | 0.47% | 0.75% | - |
| XYZ | 29.33 | 21.82 | 18.88 | - |
| YUV | 130.09 | 119.49 | 171.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 102 | 115 | 0 | 0.47 | 0.40 | 0.25 | 351.24 | 0.41 | 0.57 |
| Hex | BF | 66 | 73 | 0 | 2F | 28 | 19 | 15F | 29 | 39 |
| Octal | 277 | 146 | 163 | 0 | 57 | 50 | 31 | 537 | 51 | 71 |
| Binary | 10111111 | 1100110 | 1110011 | 0 | 101111 | 101000 | 11001 | 101011111 | 101001 | 111001 |
Color Harmonies of #BF6673
Complementary color
Monochromatic Colors of #BF6673
Black with #BF6673
Text Example
Text Example
White with #BF6673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6673; }
p { color: rgb(191,102,115); }
H1.HeaderClassName
{
color: #BF6673;
}
.AnyTagClassName
{
color: #BF6673;
}
</style>
background-color css
<style>
a { background-color: #BF6673; }
a { background-color: rgb(191,102,115); }
div.DivClassName
{
background-color: #BF6673;
}
.BgClassName
{
background-color: #BF6673;
}
</style>
border-color css
<style>
span { border-color: #BF6673; }
span { border-color: rgb(191,102,115); }
td.TdClassName
{
border-color: #BF6673;
}
.TagClassName
{
border-color: #BF6673;
}
</style>