Shades of Apple Blossom #B05D59
Tints of Apple Blossom #B05D59
RGB
CMYK
RGB Variations
Color information
#B05D59 (or 0xB05D59) is known color: Apple Blossom. HEX triplet: B0, 5D and 59. RGB value is (176,93,89). Sum of RGB (Red+Green+Blue) = 176+93+89=358 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.16% from 358); Green value is 93 (36.72% from 255 or 25.98% from 358); Blue value is 89 (35.16% from 255 or 24.86% from 358); Max value from RGB is 176 - color contains mainly: red. Hex color #B05D59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05D59 is #4FA2A6. Grayscale: #757575. Windows color (decimal): -5218983 or 5856688. OLE color: 5856688.
HSL color Cylindrical-coordinate representation of color #B05D59: hue angle of 2.76º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B05D59 is Cyan = 0, Magento = 0.47, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 93 | 89 | - |
| CMYK | 0 | 0.47 | 0.49 | 0.31 |
| HSL | 2.76º | 0.36% | 0.52% | - |
| HSV(B) | 2.76º | 0.49% | 0.69% | - |
| XYZ | 23.62 | 17.78 | 11.64 | - |
| YUV | 117.36 | 112 | 169.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 93 | 89 | 0 | 0.47 | 0.49 | 0.31 | 2.76 | 0.36 | 0.52 |
| Hex | B0 | 5D | 59 | 0 | 2F | 31 | 1F | 3 | 24 | 34 |
| Octal | 260 | 135 | 131 | 0 | 57 | 61 | 37 | 3 | 44 | 64 |
| Binary | 10110000 | 1011101 | 1011001 | 0 | 101111 | 110001 | 11111 | 11 | 100100 | 110100 |
Color Harmonies of #B05D59
Complementary color
Monochromatic Colors of #B05D59
Black with #B05D59
Text Example
Text Example
White with #B05D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05D59; }
p { color: rgb(176,93,89); }
H1.HeaderClassName
{
color: #B05D59;
}
.AnyTagClassName
{
color: #B05D59;
}
</style>
background-color css
<style>
a { background-color: #B05D59; }
a { background-color: rgb(176,93,89); }
div.DivClassName
{
background-color: #B05D59;
}
.BgClassName
{
background-color: #B05D59;
}
</style>
border-color css
<style>
span { border-color: #B05D59; }
span { border-color: rgb(176,93,89); }
td.TdClassName
{
border-color: #B05D59;
}
.TagClassName
{
border-color: #B05D59;
}
</style>