Shades of Apple Blossom #B05250
Tints of Apple Blossom #B05250
RGB
CMYK
RGB Variations
Color information
#B05250 (or 0xB05250) is known color: Apple Blossom. HEX triplet: B0, 52 and 50. RGB value is (176,82,80). Sum of RGB (Red+Green+Blue) = 176+82+80=338 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.07% from 338); Green value is 82 (32.42% from 255 or 24.26% from 338); Blue value is 80 (31.64% from 255 or 23.67% from 338); Max value from RGB is 176 - color contains mainly: red. Hex color #B05250 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05250 is #4FADAF. Grayscale: #6D6D6D. Windows color (decimal): -5221808 or 5264048. OLE color: 5264048.
HSL color Cylindrical-coordinate representation of color #B05250: hue angle of 1.25º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B05250 is Cyan = 0, Magento = 0.53, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 82 | 80 | - |
| CMYK | 0 | 0.53 | 0.55 | 0.31 |
| HSL | 1.25º | 0.38% | 0.5% | - |
| HSV(B) | 1.25º | 0.55% | 0.69% | - |
| XYZ | 22.37 | 15.84 | 9.47 | - |
| YUV | 109.88 | 111.14 | 175.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 82 | 80 | 0 | 0.53 | 0.55 | 0.31 | 1.25 | 0.38 | 0.5 |
| Hex | B0 | 52 | 50 | 0 | 35 | 37 | 1F | 1 | 26 | 32 |
| Octal | 260 | 122 | 120 | 0 | 65 | 67 | 37 | 1 | 46 | 62 |
| Binary | 10110000 | 1010010 | 1010000 | 0 | 110101 | 110111 | 11111 | 1 | 100110 | 110010 |
Color Harmonies of #B05250
Complementary color
Monochromatic Colors of #B05250
Black with #B05250
Text Example
Text Example
White with #B05250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05250; }
p { color: rgb(176,82,80); }
H1.HeaderClassName
{
color: #B05250;
}
.AnyTagClassName
{
color: #B05250;
}
</style>
background-color css
<style>
a { background-color: #B05250; }
a { background-color: rgb(176,82,80); }
div.DivClassName
{
background-color: #B05250;
}
.BgClassName
{
background-color: #B05250;
}
</style>
border-color css
<style>
span { border-color: #B05250; }
span { border-color: rgb(176,82,80); }
td.TdClassName
{
border-color: #B05250;
}
.TagClassName
{
border-color: #B05250;
}
</style>