Shades of Romantic #FFBF9D
Tints of Romantic #FFBF9D
RGB
CMYK
RGB Variations
Color information
#FFBF9D (or 0xFFBF9D) is known color: Romantic. HEX triplet: FF, BF and 9D. RGB value is (255,191,157). Sum of RGB (Red+Green+Blue) = 255+191+157=603 (79% of max value = 765). Red value is 255 (100% from 255 or 42.29% from 603); Green value is 191 (75% from 255 or 31.67% from 603); Blue value is 157 (61.72% from 255 or 26.04% from 603); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBF9D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBF9D is #004062. Grayscale: #CECECE. Windows color (decimal): -16483 or 10338303. OLE color: 10338303.
HSL color Cylindrical-coordinate representation of color #FFBF9D: hue angle of 20.82º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FFBF9D is Cyan = 0, Magento = 0.25, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 191 | 157 | - |
| CMYK | 0 | 0.25 | 0.38 | 0 |
| HSL | 20.82º | 1% | 0.81% | - |
| HSV(B) | 20.82º | 0.38% | 1% | - |
| XYZ | 65.96 | 60.96 | 40.19 | - |
| YUV | 206.26 | 100.2 | 162.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 191 | 157 | 0 | 0.25 | 0.38 | 0 | 20.82 | 1 | 0.81 |
| Hex | FF | BF | 9D | 0 | 19 | 26 | 0 | 15 | 64 | 51 |
| Octal | 377 | 277 | 235 | 0 | 31 | 46 | 0 | 25 | 144 | 121 |
| Binary | 11111111 | 10111111 | 10011101 | 0 | 11001 | 100110 | 0 | 10101 | 1100100 | 1010001 |
Color Harmonies of #FFBF9D
Complementary color
Monochromatic Colors of #FFBF9D
Black with #FFBF9D
Text Example
Text Example
White with #FFBF9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBF9D; }
p { color: rgb(255,191,157); }
H1.HeaderClassName
{
color: #FFBF9D;
}
.AnyTagClassName
{
color: #FFBF9D;
}
</style>
background-color css
<style>
a { background-color: #FFBF9D; }
a { background-color: rgb(255,191,157); }
div.DivClassName
{
background-color: #FFBF9D;
}
.BgClassName
{
background-color: #FFBF9D;
}
</style>
border-color css
<style>
span { border-color: #FFBF9D; }
span { border-color: rgb(255,191,157); }
td.TdClassName
{
border-color: #FFBF9D;
}
.TagClassName
{
border-color: #FFBF9D;
}
</style>