Shades of Rose Bud #FFB39D
Tints of Rose Bud #FFB39D
RGB
CMYK
RGB Variations
Color information
#FFB39D (or 0xFFB39D) is known color: Rose Bud. HEX triplet: FF, B3 and 9D. RGB value is (255,179,157). Sum of RGB (Red+Green+Blue) = 255+179+157=591 (78% of max value = 765). Red value is 255 (100% from 255 or 43.15% from 591); Green value is 179 (70.31% from 255 or 30.29% from 591); Blue value is 157 (61.72% from 255 or 26.57% from 591); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB39D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB39D is #004C62. Grayscale: #C7C7C7. Windows color (decimal): -19555 or 10335231. OLE color: 10335231.
HSL color Cylindrical-coordinate representation of color #FFB39D: hue angle of 13.47º 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 #FFB39D is Cyan = 0, Magento = 0.30, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 179 | 157 | - |
| CMYK | 0 | 0.30 | 0.38 | 0 |
| HSL | 13.47º | 1% | 0.81% | - |
| HSV(B) | 13.47º | 0.38% | 1% | - |
| XYZ | 63.45 | 55.93 | 39.35 | - |
| YUV | 199.22 | 104.18 | 167.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 179 | 157 | 0 | 0.30 | 0.38 | 0 | 13.47 | 1 | 0.81 |
| Hex | FF | B3 | 9D | 0 | 1E | 26 | 0 | D | 64 | 51 |
| Octal | 377 | 263 | 235 | 0 | 36 | 46 | 0 | 15 | 144 | 121 |
| Binary | 11111111 | 10110011 | 10011101 | 0 | 11110 | 100110 | 0 | 1101 | 1100100 | 1010001 |
Color Harmonies of #FFB39D
Complementary color
Monochromatic Colors of #FFB39D
Black with #FFB39D
Text Example
Text Example
White with #FFB39D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB39D; }
p { color: rgb(255,179,157); }
H1.HeaderClassName
{
color: #FFB39D;
}
.AnyTagClassName
{
color: #FFB39D;
}
</style>
background-color css
<style>
a { background-color: #FFB39D; }
a { background-color: rgb(255,179,157); }
div.DivClassName
{
background-color: #FFB39D;
}
.BgClassName
{
background-color: #FFB39D;
}
</style>
border-color css
<style>
span { border-color: #FFB39D; }
span { border-color: rgb(255,179,157); }
td.TdClassName
{
border-color: #FFB39D;
}
.TagClassName
{
border-color: #FFB39D;
}
</style>