Shades of Rose Bud #FFB091
Tints of Rose Bud #FFB091
RGB
CMYK
RGB Variations
Color information
#FFB091 (or 0xFFB091) is known color: Rose Bud. HEX triplet: FF, B0 and 91. RGB value is (255,176,145). Sum of RGB (Red+Green+Blue) = 255+176+145=576 (76% of max value = 765). Red value is 255 (100% from 255 or 44.27% from 576); Green value is 176 (69.14% from 255 or 30.56% from 576); Blue value is 145 (57.03% from 255 or 25.17% from 576); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB091 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFB091 is #004F6E. Grayscale: #C4C4C4. Windows color (decimal): -20335 or 9548031. OLE color: 9548031.
HSL color Cylindrical-coordinate representation of color #FFB091: hue angle of 16.91º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FFB091 is Cyan = 0, Magento = 0.31, Yellow = 0.43 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 176 | 145 | - |
| CMYK | 0 | 0.31 | 0.43 | 0 |
| HSL | 16.91º | 1% | 0.78% | - |
| HSV(B) | 16.91º | 0.43% | 1% | - |
| XYZ | 61.88 | 54.36 | 34.02 | - |
| YUV | 196.09 | 99.17 | 170.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 176 | 145 | 0 | 0.31 | 0.43 | 0 | 16.91 | 1 | 0.78 |
| Hex | FF | B0 | 91 | 0 | 1F | 2B | 0 | 11 | 64 | 4E |
| Octal | 377 | 260 | 221 | 0 | 37 | 53 | 0 | 21 | 144 | 116 |
| Binary | 11111111 | 10110000 | 10010001 | 0 | 11111 | 101011 | 0 | 10001 | 1100100 | 1001110 |
Color Harmonies of #FFB091
Complementary color
Monochromatic Colors of #FFB091
Black with #FFB091
Text Example
Text Example
White with #FFB091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB091; }
p { color: rgb(255,176,145); }
H1.HeaderClassName
{
color: #FFB091;
}
.AnyTagClassName
{
color: #FFB091;
}
</style>
background-color css
<style>
a { background-color: #FFB091; }
a { background-color: rgb(255,176,145); }
div.DivClassName
{
background-color: #FFB091;
}
.BgClassName
{
background-color: #FFB091;
}
</style>
border-color css
<style>
span { border-color: #FFB091; }
span { border-color: rgb(255,176,145); }
td.TdClassName
{
border-color: #FFB091;
}
.TagClassName
{
border-color: #FFB091;
}
</style>