Shades of Rose Bud #FFB19B
Tints of Rose Bud #FFB19B
RGB
CMYK
RGB Variations
Color information
#FFB19B (or 0xFFB19B) is known color: Rose Bud. HEX triplet: FF, B1 and 9B. RGB value is (255,177,155). Sum of RGB (Red+Green+Blue) = 255+177+155=587 (77% of max value = 765). Red value is 255 (100% from 255 or 43.44% from 587); Green value is 177 (69.53% from 255 or 30.15% from 587); Blue value is 155 (60.94% from 255 or 26.41% from 587); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB19B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFB19B is #004E64. Grayscale: #C5C5C5. Windows color (decimal): -20069 or 10203647. OLE color: 10203647.
HSL color Cylindrical-coordinate representation of color #FFB19B: hue angle of 13.2º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FFB19B is Cyan = 0, Magento = 0.31, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 177 | 155 | - |
| CMYK | 0 | 0.31 | 0.39 | 0 |
| HSL | 13.2º | 1% | 0.8% | - |
| HSV(B) | 13.2º | 0.39% | 1% | - |
| XYZ | 62.88 | 55.07 | 38.33 | - |
| YUV | 197.81 | 103.84 | 168.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 177 | 155 | 0 | 0.31 | 0.39 | 0 | 13.2 | 1 | 0.8 |
| Hex | FF | B1 | 9B | 0 | 1F | 27 | 0 | D | 64 | 50 |
| Octal | 377 | 261 | 233 | 0 | 37 | 47 | 0 | 15 | 144 | 120 |
| Binary | 11111111 | 10110001 | 10011011 | 0 | 11111 | 100111 | 0 | 1101 | 1100100 | 1010000 |
Color Harmonies of #FFB19B
Complementary color
Monochromatic Colors of #FFB19B
Black with #FFB19B
Text Example
Text Example
White with #FFB19B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB19B; }
p { color: rgb(255,177,155); }
H1.HeaderClassName
{
color: #FFB19B;
}
.AnyTagClassName
{
color: #FFB19B;
}
</style>
background-color css
<style>
a { background-color: #FFB19B; }
a { background-color: rgb(255,177,155); }
div.DivClassName
{
background-color: #FFB19B;
}
.BgClassName
{
background-color: #FFB19B;
}
</style>
border-color css
<style>
span { border-color: #FFB19B; }
span { border-color: rgb(255,177,155); }
td.TdClassName
{
border-color: #FFB19B;
}
.TagClassName
{
border-color: #FFB19B;
}
</style>