Shades of Romantic #FFBF94
Tints of Romantic #FFBF94
RGB
CMYK
RGB Variations
Color information
#FFBF94 (or 0xFFBF94) is known color: Romantic. HEX triplet: FF, BF and 94. RGB value is (255,191,148). Sum of RGB (Red+Green+Blue) = 255+191+148=594 (78% of max value = 765). Red value is 255 (100% from 255 or 42.93% from 594); Green value is 191 (75% from 255 or 32.15% from 594); Blue value is 148 (58.20% from 255 or 24.92% from 594); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBF94 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBF94 is #00406B. Grayscale: #CDCDCD. Windows color (decimal): -16492 or 9748479. OLE color: 9748479.
HSL color Cylindrical-coordinate representation of color #FFBF94: hue angle of 24.11º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FFBF94 is Cyan = 0, Magento = 0.25, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 191 | 148 | - |
| CMYK | 0 | 0.25 | 0.42 | 0 |
| HSL | 24.11º | 1% | 0.79% | - |
| HSV(B) | 24.11º | 0.42% | 1% | - |
| XYZ | 65.22 | 60.66 | 36.29 | - |
| YUV | 205.23 | 95.7 | 163.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 191 | 148 | 0 | 0.25 | 0.42 | 0 | 24.11 | 1 | 0.79 |
| Hex | FF | BF | 94 | 0 | 19 | 2A | 0 | 18 | 64 | 4F |
| Octal | 377 | 277 | 224 | 0 | 31 | 52 | 0 | 30 | 144 | 117 |
| Binary | 11111111 | 10111111 | 10010100 | 0 | 11001 | 101010 | 0 | 11000 | 1100100 | 1001111 |
Color Harmonies of #FFBF94
Complementary color
Monochromatic Colors of #FFBF94
Black with #FFBF94
Text Example
Text Example
White with #FFBF94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBF94; }
p { color: rgb(255,191,148); }
H1.HeaderClassName
{
color: #FFBF94;
}
.AnyTagClassName
{
color: #FFBF94;
}
</style>
background-color css
<style>
a { background-color: #FFBF94; }
a { background-color: rgb(255,191,148); }
div.DivClassName
{
background-color: #FFBF94;
}
.BgClassName
{
background-color: #FFBF94;
}
</style>
border-color css
<style>
span { border-color: #FFBF94; }
span { border-color: rgb(255,191,148); }
td.TdClassName
{
border-color: #FFBF94;
}
.TagClassName
{
border-color: #FFBF94;
}
</style>