Shades of Romantic #FFBF92
Tints of Romantic #FFBF92
RGB
CMYK
RGB Variations
Color information
#FFBF92 (or 0xFFBF92) is known color: Romantic. HEX triplet: FF, BF and 92. RGB value is (255,191,146). Sum of RGB (Red+Green+Blue) = 255+191+146=592 (78% of max value = 765). Red value is 255 (100% from 255 or 43.07% from 592); Green value is 191 (75% from 255 or 32.26% from 592); Blue value is 146 (57.42% from 255 or 24.66% from 592); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBF92 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBF92 is #00406D. Grayscale: #CDCDCD. Windows color (decimal): -16494 or 9617407. OLE color: 9617407.
HSL color Cylindrical-coordinate representation of color #FFBF92: hue angle of 24.77º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FFBF92 is Cyan = 0, Magento = 0.25, Yellow = 0.43 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 191 | 146 | - |
| CMYK | 0 | 0.25 | 0.43 | 0 |
| HSL | 24.77º | 1% | 0.79% | - |
| HSV(B) | 24.77º | 0.43% | 1% | - |
| XYZ | 65.06 | 60.6 | 35.46 | - |
| YUV | 205.01 | 94.7 | 163.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 191 | 146 | 0 | 0.25 | 0.43 | 0 | 24.77 | 1 | 0.79 |
| Hex | FF | BF | 92 | 0 | 19 | 2B | 0 | 19 | 64 | 4F |
| Octal | 377 | 277 | 222 | 0 | 31 | 53 | 0 | 31 | 144 | 117 |
| Binary | 11111111 | 10111111 | 10010010 | 0 | 11001 | 101011 | 0 | 11001 | 1100100 | 1001111 |
Color Harmonies of #FFBF92
Complementary color
Monochromatic Colors of #FFBF92
Black with #FFBF92
Text Example
Text Example
White with #FFBF92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBF92; }
p { color: rgb(255,191,146); }
H1.HeaderClassName
{
color: #FFBF92;
}
.AnyTagClassName
{
color: #FFBF92;
}
</style>
background-color css
<style>
a { background-color: #FFBF92; }
a { background-color: rgb(255,191,146); }
div.DivClassName
{
background-color: #FFBF92;
}
.BgClassName
{
background-color: #FFBF92;
}
</style>
border-color css
<style>
span { border-color: #FFBF92; }
span { border-color: rgb(255,191,146); }
td.TdClassName
{
border-color: #FFBF92;
}
.TagClassName
{
border-color: #FFBF92;
}
</style>