Shades of Rose Bud #FFB196
Tints of Rose Bud #FFB196
RGB
CMYK
RGB Variations
Color information
#FFB196 (or 0xFFB196) is known color: Rose Bud. HEX triplet: FF, B1 and 96. RGB value is (255,177,150). Sum of RGB (Red+Green+Blue) = 255+177+150=582 (77% of max value = 765). Red value is 255 (100% from 255 or 43.81% from 582); Green value is 177 (69.53% from 255 or 30.41% from 582); Blue value is 150 (58.98% from 255 or 25.77% from 582); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB196 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFB196 is #004E69. Grayscale: #C5C5C5. Windows color (decimal): -20074 or 9875967. OLE color: 9875967.
HSL color Cylindrical-coordinate representation of color #FFB196: hue angle of 15.43º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FFB196 is Cyan = 0, Magento = 0.31, Yellow = 0.41 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 177 | 150 | - |
| CMYK | 0 | 0.31 | 0.41 | 0 |
| HSL | 15.43º | 1% | 0.79% | - |
| HSV(B) | 15.43º | 0.41% | 1% | - |
| XYZ | 62.47 | 54.91 | 36.16 | - |
| YUV | 197.24 | 101.34 | 169.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 177 | 150 | 0 | 0.31 | 0.41 | 0 | 15.43 | 1 | 0.79 |
| Hex | FF | B1 | 96 | 0 | 1F | 29 | 0 | F | 64 | 4F |
| Octal | 377 | 261 | 226 | 0 | 37 | 51 | 0 | 17 | 144 | 117 |
| Binary | 11111111 | 10110001 | 10010110 | 0 | 11111 | 101001 | 0 | 1111 | 1100100 | 1001111 |
Color Harmonies of #FFB196
Complementary color
Monochromatic Colors of #FFB196
Black with #FFB196
Text Example
Text Example
White with #FFB196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB196; }
p { color: rgb(255,177,150); }
H1.HeaderClassName
{
color: #FFB196;
}
.AnyTagClassName
{
color: #FFB196;
}
</style>
background-color css
<style>
a { background-color: #FFB196; }
a { background-color: rgb(255,177,150); }
div.DivClassName
{
background-color: #FFB196;
}
.BgClassName
{
background-color: #FFB196;
}
</style>
border-color css
<style>
span { border-color: #FFB196; }
span { border-color: rgb(255,177,150); }
td.TdClassName
{
border-color: #FFB196;
}
.TagClassName
{
border-color: #FFB196;
}
</style>