Shades of Rose Bud #FFB59D
Tints of Rose Bud #FFB59D
RGB
CMYK
RGB Variations
Color information
#FFB59D (or 0xFFB59D) is known color: Rose Bud. HEX triplet: FF, B5 and 9D. RGB value is (255,181,157). Sum of RGB (Red+Green+Blue) = 255+181+157=593 (78% of max value = 765). Red value is 255 (100% from 255 or 43.00% from 593); Green value is 181 (71.09% from 255 or 30.52% from 593); Blue value is 157 (61.72% from 255 or 26.48% from 593); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB59D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB59D is #004A62. Grayscale: #C8C8C8. Windows color (decimal): -19043 or 10335743. OLE color: 10335743.
HSL color Cylindrical-coordinate representation of color #FFB59D: hue angle of 14.69º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FFB59D is Cyan = 0, Magento = 0.29, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 181 | 157 | - |
| CMYK | 0 | 0.29 | 0.38 | 0 |
| HSL | 14.69º | 1% | 0.81% | - |
| HSV(B) | 14.69º | 0.38% | 1% | - |
| XYZ | 63.85 | 56.74 | 39.49 | - |
| YUV | 200.39 | 103.52 | 166.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 181 | 157 | 0 | 0.29 | 0.38 | 0 | 14.69 | 1 | 0.81 |
| Hex | FF | B5 | 9D | 0 | 1D | 26 | 0 | F | 64 | 51 |
| Octal | 377 | 265 | 235 | 0 | 35 | 46 | 0 | 17 | 144 | 121 |
| Binary | 11111111 | 10110101 | 10011101 | 0 | 11101 | 100110 | 0 | 1111 | 1100100 | 1010001 |
Color Harmonies of #FFB59D
Complementary color
Monochromatic Colors of #FFB59D
Black with #FFB59D
Text Example
Text Example
White with #FFB59D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB59D; }
p { color: rgb(255,181,157); }
H1.HeaderClassName
{
color: #FFB59D;
}
.AnyTagClassName
{
color: #FFB59D;
}
</style>
background-color css
<style>
a { background-color: #FFB59D; }
a { background-color: rgb(255,181,157); }
div.DivClassName
{
background-color: #FFB59D;
}
.BgClassName
{
background-color: #FFB59D;
}
</style>
border-color css
<style>
span { border-color: #FFB59D; }
span { border-color: rgb(255,181,157); }
td.TdClassName
{
border-color: #FFB59D;
}
.TagClassName
{
border-color: #FFB59D;
}
</style>