Shades of Rose Bud #FFB19C
Tints of Rose Bud #FFB19C
RGB
CMYK
RGB Variations
Color information
#FFB19C (or 0xFFB19C) is known color: Rose Bud. HEX triplet: FF, B1 and 9C. RGB value is (255,177,156). Sum of RGB (Red+Green+Blue) = 255+177+156=588 (77% of max value = 765). Red value is 255 (100% from 255 or 43.37% from 588); Green value is 177 (69.53% from 255 or 30.10% from 588); Blue value is 156 (61.33% from 255 or 26.53% from 588); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB19C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFB19C is #004E63. Grayscale: #C6C6C6. Windows color (decimal): -20068 or 10269183. OLE color: 10269183.
HSL color Cylindrical-coordinate representation of color #FFB19C: hue angle of 12.73º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FFB19C is Cyan = 0, Magento = 0.31, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 177 | 156 | - |
| CMYK | 0 | 0.31 | 0.39 | 0 |
| HSL | 12.73º | 1% | 0.81% | - |
| HSV(B) | 12.73º | 0.39% | 1% | - |
| XYZ | 62.96 | 55.1 | 38.77 | - |
| YUV | 197.93 | 104.34 | 168.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 177 | 156 | 0 | 0.31 | 0.39 | 0 | 12.73 | 1 | 0.81 |
| Hex | FF | B1 | 9C | 0 | 1F | 27 | 0 | D | 64 | 51 |
| Octal | 377 | 261 | 234 | 0 | 37 | 47 | 0 | 15 | 144 | 121 |
| Binary | 11111111 | 10110001 | 10011100 | 0 | 11111 | 100111 | 0 | 1101 | 1100100 | 1010001 |
Color Harmonies of #FFB19C
Complementary color
Monochromatic Colors of #FFB19C
Black with #FFB19C
Text Example
Text Example
White with #FFB19C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB19C; }
p { color: rgb(255,177,156); }
H1.HeaderClassName
{
color: #FFB19C;
}
.AnyTagClassName
{
color: #FFB19C;
}
</style>
background-color css
<style>
a { background-color: #FFB19C; }
a { background-color: rgb(255,177,156); }
div.DivClassName
{
background-color: #FFB19C;
}
.BgClassName
{
background-color: #FFB19C;
}
</style>
border-color css
<style>
span { border-color: #FFB19C; }
span { border-color: rgb(255,177,156); }
td.TdClassName
{
border-color: #FFB19C;
}
.TagClassName
{
border-color: #FFB19C;
}
</style>