Shades of Romantic #FFBF96
Tints of Romantic #FFBF96
RGB
CMYK
RGB Variations
Color information
#FFBF96 (or 0xFFBF96) is known color: Romantic. HEX triplet: FF, BF and 96. RGB value is (255,191,150). Sum of RGB (Red+Green+Blue) = 255+191+150=596 (78% of max value = 765). Red value is 255 (100% from 255 or 42.79% from 596); Green value is 191 (75% from 255 or 32.05% from 596); Blue value is 150 (58.98% from 255 or 25.17% from 596); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBF96 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBF96 is #004069. Grayscale: #CDCDCD. Windows color (decimal): -16490 or 9879551. OLE color: 9879551.
HSL color Cylindrical-coordinate representation of color #FFBF96: hue angle of 23.43º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FFBF96 is Cyan = 0, Magento = 0.25, Yellow = 0.41 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 191 | 150 | - |
| CMYK | 0 | 0.25 | 0.41 | 0 |
| HSL | 23.43º | 1% | 0.79% | - |
| HSV(B) | 23.43º | 0.41% | 1% | - |
| XYZ | 65.38 | 60.72 | 37.13 | - |
| YUV | 205.46 | 96.7 | 163.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 191 | 150 | 0 | 0.25 | 0.41 | 0 | 23.43 | 1 | 0.79 |
| Hex | FF | BF | 96 | 0 | 19 | 29 | 0 | 17 | 64 | 4F |
| Octal | 377 | 277 | 226 | 0 | 31 | 51 | 0 | 27 | 144 | 117 |
| Binary | 11111111 | 10111111 | 10010110 | 0 | 11001 | 101001 | 0 | 10111 | 1100100 | 1001111 |
Color Harmonies of #FFBF96
Complementary color
Monochromatic Colors of #FFBF96
Black with #FFBF96
Text Example
Text Example
White with #FFBF96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBF96; }
p { color: rgb(255,191,150); }
H1.HeaderClassName
{
color: #FFBF96;
}
.AnyTagClassName
{
color: #FFBF96;
}
</style>
background-color css
<style>
a { background-color: #FFBF96; }
a { background-color: rgb(255,191,150); }
div.DivClassName
{
background-color: #FFBF96;
}
.BgClassName
{
background-color: #FFBF96;
}
</style>
border-color css
<style>
span { border-color: #FFBF96; }
span { border-color: rgb(255,191,150); }
td.TdClassName
{
border-color: #FFBF96;
}
.TagClassName
{
border-color: #FFBF96;
}
</style>