Shades of Rose Bud #FFB192
Tints of Rose Bud #FFB192
RGB
CMYK
RGB Variations
Color information
#FFB192 (or 0xFFB192) is known color: Rose Bud. HEX triplet: FF, B1 and 92. RGB value is (255,177,146). Sum of RGB (Red+Green+Blue) = 255+177+146=578 (76% of max value = 765). Red value is 255 (100% from 255 or 44.12% from 578); Green value is 177 (69.53% from 255 or 30.62% from 578); Blue value is 146 (57.42% from 255 or 25.26% from 578); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB192 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFB192 is #004E6D. Grayscale: #C4C4C4. Windows color (decimal): -20078 or 9613823. OLE color: 9613823.
HSL color Cylindrical-coordinate representation of color #FFB192: hue angle of 17.06º 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 #FFB192 is Cyan = 0, Magento = 0.31, Yellow = 0.43 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 177 | 146 | - |
| CMYK | 0 | 0.31 | 0.43 | 0 |
| HSL | 17.06º | 1% | 0.79% | - |
| HSV(B) | 17.06º | 0.43% | 1% | - |
| XYZ | 62.15 | 54.78 | 34.49 | - |
| YUV | 196.79 | 99.34 | 169.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 177 | 146 | 0 | 0.31 | 0.43 | 0 | 17.06 | 1 | 0.79 |
| Hex | FF | B1 | 92 | 0 | 1F | 2B | 0 | 11 | 64 | 4F |
| Octal | 377 | 261 | 222 | 0 | 37 | 53 | 0 | 21 | 144 | 117 |
| Binary | 11111111 | 10110001 | 10010010 | 0 | 11111 | 101011 | 0 | 10001 | 1100100 | 1001111 |
Color Harmonies of #FFB192
Complementary color
Monochromatic Colors of #FFB192
Black with #FFB192
Text Example
Text Example
White with #FFB192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB192; }
p { color: rgb(255,177,146); }
H1.HeaderClassName
{
color: #FFB192;
}
.AnyTagClassName
{
color: #FFB192;
}
</style>
background-color css
<style>
a { background-color: #FFB192; }
a { background-color: rgb(255,177,146); }
div.DivClassName
{
background-color: #FFB192;
}
.BgClassName
{
background-color: #FFB192;
}
</style>
border-color css
<style>
span { border-color: #FFB192; }
span { border-color: rgb(255,177,146); }
td.TdClassName
{
border-color: #FFB192;
}
.TagClassName
{
border-color: #FFB192;
}
</style>