Shades of Romantic #FFBF9C
Tints of Romantic #FFBF9C
RGB
CMYK
RGB Variations
Color information
#FFBF9C (or 0xFFBF9C) is known color: Romantic. HEX triplet: FF, BF and 9C. RGB value is (255,191,156). Sum of RGB (Red+Green+Blue) = 255+191+156=602 (79% of max value = 765). Red value is 255 (100% from 255 or 42.36% from 602); Green value is 191 (75% from 255 or 31.73% from 602); Blue value is 156 (61.33% from 255 or 25.91% from 602); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBF9C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBF9C is #004063. Grayscale: #CECECE. Windows color (decimal): -16484 or 10272767. OLE color: 10272767.
HSL color Cylindrical-coordinate representation of color #FFBF9C: hue angle of 21.21º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FFBF9C is Cyan = 0, Magento = 0.25, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 191 | 156 | - |
| CMYK | 0 | 0.25 | 0.39 | 0 |
| HSL | 21.21º | 1% | 0.81% | - |
| HSV(B) | 21.21º | 0.39% | 1% | - |
| XYZ | 65.87 | 60.92 | 39.74 | - |
| YUV | 206.15 | 99.7 | 162.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 191 | 156 | 0 | 0.25 | 0.39 | 0 | 21.21 | 1 | 0.81 |
| Hex | FF | BF | 9C | 0 | 19 | 27 | 0 | 15 | 64 | 51 |
| Octal | 377 | 277 | 234 | 0 | 31 | 47 | 0 | 25 | 144 | 121 |
| Binary | 11111111 | 10111111 | 10011100 | 0 | 11001 | 100111 | 0 | 10101 | 1100100 | 1010001 |
Color Harmonies of #FFBF9C
Complementary color
Monochromatic Colors of #FFBF9C
Black with #FFBF9C
Text Example
Text Example
White with #FFBF9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBF9C; }
p { color: rgb(255,191,156); }
H1.HeaderClassName
{
color: #FFBF9C;
}
.AnyTagClassName
{
color: #FFBF9C;
}
</style>
background-color css
<style>
a { background-color: #FFBF9C; }
a { background-color: rgb(255,191,156); }
div.DivClassName
{
background-color: #FFBF9C;
}
.BgClassName
{
background-color: #FFBF9C;
}
</style>
border-color css
<style>
span { border-color: #FFBF9C; }
span { border-color: rgb(255,191,156); }
td.TdClassName
{
border-color: #FFBF9C;
}
.TagClassName
{
border-color: #FFBF9C;
}
</style>