Shades of Rose Bud #FFB39A
Tints of Rose Bud #FFB39A
RGB
CMYK
RGB Variations
Color information
#FFB39A (or 0xFFB39A) is known color: Rose Bud. HEX triplet: FF, B3 and 9A. RGB value is (255,179,154). Sum of RGB (Red+Green+Blue) = 255+179+154=588 (77% of max value = 765). Red value is 255 (100% from 255 or 43.37% from 588); Green value is 179 (70.31% from 255 or 30.44% from 588); Blue value is 154 (60.55% from 255 or 26.19% from 588); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB39A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB39A is #004C65. Grayscale: #C7C7C7. Windows color (decimal): -19558 or 10138623. OLE color: 10138623.
HSL color Cylindrical-coordinate representation of color #FFB39A: hue angle of 14.85º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FFB39A is Cyan = 0, Magento = 0.30, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 179 | 154 | - |
| CMYK | 0 | 0.30 | 0.40 | 0 |
| HSL | 14.85º | 1% | 0.8% | - |
| HSV(B) | 14.85º | 0.4% | 1% | - |
| XYZ | 63.19 | 55.83 | 38.02 | - |
| YUV | 198.87 | 102.68 | 168.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 179 | 154 | 0 | 0.30 | 0.40 | 0 | 14.85 | 1 | 0.8 |
| Hex | FF | B3 | 9A | 0 | 1E | 28 | 0 | F | 64 | 50 |
| Octal | 377 | 263 | 232 | 0 | 36 | 50 | 0 | 17 | 144 | 120 |
| Binary | 11111111 | 10110011 | 10011010 | 0 | 11110 | 101000 | 0 | 1111 | 1100100 | 1010000 |
Color Harmonies of #FFB39A
Complementary color
Monochromatic Colors of #FFB39A
Black with #FFB39A
Text Example
Text Example
White with #FFB39A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB39A; }
p { color: rgb(255,179,154); }
H1.HeaderClassName
{
color: #FFB39A;
}
.AnyTagClassName
{
color: #FFB39A;
}
</style>
background-color css
<style>
a { background-color: #FFB39A; }
a { background-color: rgb(255,179,154); }
div.DivClassName
{
background-color: #FFB39A;
}
.BgClassName
{
background-color: #FFB39A;
}
</style>
border-color css
<style>
span { border-color: #FFB39A; }
span { border-color: rgb(255,179,154); }
td.TdClassName
{
border-color: #FFB39A;
}
.TagClassName
{
border-color: #FFB39A;
}
</style>