Shades of Romantic #FFBF9A
Tints of Romantic #FFBF9A
RGB
CMYK
RGB Variations
Color information
#FFBF9A (or 0xFFBF9A) is known color: Romantic. HEX triplet: FF, BF and 9A. RGB value is (255,191,154). Sum of RGB (Red+Green+Blue) = 255+191+154=600 (79% of max value = 765). Red value is 255 (100% from 255 or 42.5% from 600); Green value is 191 (75% from 255 or 31.83% from 600); Blue value is 154 (60.55% from 255 or 25.67% from 600); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBF9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBF9A is #004065. Grayscale: #CECECE. Windows color (decimal): -16486 or 10141695. OLE color: 10141695.
HSL color Cylindrical-coordinate representation of color #FFBF9A: hue angle of 21.98º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FFBF9A is Cyan = 0, Magento = 0.25, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 191 | 154 | - |
| CMYK | 0 | 0.25 | 0.40 | 0 |
| HSL | 21.98º | 1% | 0.8% | - |
| HSV(B) | 21.98º | 0.4% | 1% | - |
| XYZ | 65.7 | 60.85 | 38.86 | - |
| YUV | 205.92 | 98.7 | 163.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 191 | 154 | 0 | 0.25 | 0.40 | 0 | 21.98 | 1 | 0.8 |
| Hex | FF | BF | 9A | 0 | 19 | 28 | 0 | 16 | 64 | 50 |
| Octal | 377 | 277 | 232 | 0 | 31 | 50 | 0 | 26 | 144 | 120 |
| Binary | 11111111 | 10111111 | 10011010 | 0 | 11001 | 101000 | 0 | 10110 | 1100100 | 1010000 |
Color Harmonies of #FFBF9A
Complementary color
Monochromatic Colors of #FFBF9A
Black with #FFBF9A
Text Example
Text Example
White with #FFBF9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBF9A; }
p { color: rgb(255,191,154); }
H1.HeaderClassName
{
color: #FFBF9A;
}
.AnyTagClassName
{
color: #FFBF9A;
}
</style>
background-color css
<style>
a { background-color: #FFBF9A; }
a { background-color: rgb(255,191,154); }
div.DivClassName
{
background-color: #FFBF9A;
}
.BgClassName
{
background-color: #FFBF9A;
}
</style>
border-color css
<style>
span { border-color: #FFBF9A; }
span { border-color: rgb(255,191,154); }
td.TdClassName
{
border-color: #FFBF9A;
}
.TagClassName
{
border-color: #FFBF9A;
}
</style>