Shades of Romantic #FFBF97
Tints of Romantic #FFBF97
RGB
CMYK
RGB Variations
Color information
#FFBF97 (or 0xFFBF97) is known color: Romantic. HEX triplet: FF, BF and 97. RGB value is (255,191,151). Sum of RGB (Red+Green+Blue) = 255+191+151=597 (79% of max value = 765). Red value is 255 (100% from 255 or 42.71% from 597); Green value is 191 (75% from 255 or 31.99% from 597); Blue value is 151 (59.38% from 255 or 25.29% from 597); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBF97 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBF97 is #004068. Grayscale: #CDCDCD. Windows color (decimal): -16489 or 9945087. OLE color: 9945087.
HSL color Cylindrical-coordinate representation of color #FFBF97: hue angle of 23.08º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FFBF97 is Cyan = 0, Magento = 0.25, Yellow = 0.41 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 191 | 151 | - |
| CMYK | 0 | 0.25 | 0.41 | 0 |
| HSL | 23.08º | 1% | 0.8% | - |
| HSV(B) | 23.08º | 0.41% | 1% | - |
| XYZ | 65.46 | 60.76 | 37.56 | - |
| YUV | 205.58 | 97.2 | 163.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 191 | 151 | 0 | 0.25 | 0.41 | 0 | 23.08 | 1 | 0.8 |
| Hex | FF | BF | 97 | 0 | 19 | 29 | 0 | 17 | 64 | 50 |
| Octal | 377 | 277 | 227 | 0 | 31 | 51 | 0 | 27 | 144 | 120 |
| Binary | 11111111 | 10111111 | 10010111 | 0 | 11001 | 101001 | 0 | 10111 | 1100100 | 1010000 |
Color Harmonies of #FFBF97
Complementary color
Monochromatic Colors of #FFBF97
Black with #FFBF97
Text Example
Text Example
White with #FFBF97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBF97; }
p { color: rgb(255,191,151); }
H1.HeaderClassName
{
color: #FFBF97;
}
.AnyTagClassName
{
color: #FFBF97;
}
</style>
background-color css
<style>
a { background-color: #FFBF97; }
a { background-color: rgb(255,191,151); }
div.DivClassName
{
background-color: #FFBF97;
}
.BgClassName
{
background-color: #FFBF97;
}
</style>
border-color css
<style>
span { border-color: #FFBF97; }
span { border-color: rgb(255,191,151); }
td.TdClassName
{
border-color: #FFBF97;
}
.TagClassName
{
border-color: #FFBF97;
}
</style>