Shades of Rose Bud #FFB092
Tints of Rose Bud #FFB092
RGB
CMYK
RGB Variations
Color information
#FFB092 (or 0xFFB092) is known color: Rose Bud. HEX triplet: FF, B0 and 92. RGB value is (255,176,146). Sum of RGB (Red+Green+Blue) = 255+176+146=577 (76% of max value = 765). Red value is 255 (100% from 255 or 44.19% from 577); Green value is 176 (69.14% from 255 or 30.50% from 577); Blue value is 146 (57.42% from 255 or 25.30% from 577); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB092 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFB092 is #004F6D. Grayscale: #C4C4C4. Windows color (decimal): -20334 or 9613567. OLE color: 9613567.
HSL color Cylindrical-coordinate representation of color #FFB092: hue angle of 16.51º 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 #FFB092 is Cyan = 0, Magento = 0.31, Yellow = 0.43 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 176 | 146 | - |
| CMYK | 0 | 0.31 | 0.43 | 0 |
| HSL | 16.51º | 1% | 0.79% | - |
| HSV(B) | 16.51º | 0.43% | 1% | - |
| XYZ | 61.95 | 54.39 | 34.43 | - |
| YUV | 196.2 | 99.67 | 169.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 176 | 146 | 0 | 0.31 | 0.43 | 0 | 16.51 | 1 | 0.79 |
| Hex | FF | B0 | 92 | 0 | 1F | 2B | 0 | 11 | 64 | 4F |
| Octal | 377 | 260 | 222 | 0 | 37 | 53 | 0 | 21 | 144 | 117 |
| Binary | 11111111 | 10110000 | 10010010 | 0 | 11111 | 101011 | 0 | 10001 | 1100100 | 1001111 |
Color Harmonies of #FFB092
Complementary color
Monochromatic Colors of #FFB092
Black with #FFB092
Text Example
Text Example
White with #FFB092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB092; }
p { color: rgb(255,176,146); }
H1.HeaderClassName
{
color: #FFB092;
}
.AnyTagClassName
{
color: #FFB092;
}
</style>
background-color css
<style>
a { background-color: #FFB092; }
a { background-color: rgb(255,176,146); }
div.DivClassName
{
background-color: #FFB092;
}
.BgClassName
{
background-color: #FFB092;
}
</style>
border-color css
<style>
span { border-color: #FFB092; }
span { border-color: rgb(255,176,146); }
td.TdClassName
{
border-color: #FFB092;
}
.TagClassName
{
border-color: #FFB092;
}
</style>