Shades of Apple Blossom #B05242
Tints of Apple Blossom #B05242
RGB
CMYK
RGB Variations
Color information
#B05242 (or 0xB05242) is known color: Apple Blossom. HEX triplet: B0, 52 and 42. RGB value is (176,82,66). Sum of RGB (Red+Green+Blue) = 176+82+66=324 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.32% from 324); Green value is 82 (32.42% from 255 or 25.31% from 324); Blue value is 66 (26.17% from 255 or 20.37% from 324); Max value from RGB is 176 - color contains mainly: red. Hex color #B05242 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05242 is #4FADBD. Grayscale: #6C6C6C. Windows color (decimal): -5221822 or 4346544. OLE color: 4346544.
HSL color Cylindrical-coordinate representation of color #B05242: hue angle of 8.73º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B05242 is Cyan = 0, Magento = 0.53, Yellow = 0.62 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 82 | 66 | - |
| CMYK | 0 | 0.53 | 0.62 | 0.31 |
| HSL | 8.73º | 0.45% | 0.47% | - |
| HSV(B) | 8.73º | 0.63% | 0.69% | - |
| XYZ | 21.91 | 15.66 | 7.02 | - |
| YUV | 108.28 | 104.14 | 176.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 82 | 66 | 0 | 0.53 | 0.62 | 0.31 | 8.73 | 0.45 | 0.47 |
| Hex | B0 | 52 | 42 | 0 | 35 | 3E | 1F | 9 | 2D | 2F |
| Octal | 260 | 122 | 102 | 0 | 65 | 76 | 37 | 11 | 55 | 57 |
| Binary | 10110000 | 1010010 | 1000010 | 0 | 110101 | 111110 | 11111 | 1001 | 101101 | 101111 |
Color Harmonies of #B05242
Complementary color
Monochromatic Colors of #B05242
Black with #B05242
Text Example
Text Example
White with #B05242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05242; }
p { color: rgb(176,82,66); }
H1.HeaderClassName
{
color: #B05242;
}
.AnyTagClassName
{
color: #B05242;
}
</style>
background-color css
<style>
a { background-color: #B05242; }
a { background-color: rgb(176,82,66); }
div.DivClassName
{
background-color: #B05242;
}
.BgClassName
{
background-color: #B05242;
}
</style>
border-color css
<style>
span { border-color: #B05242; }
span { border-color: rgb(176,82,66); }
td.TdClassName
{
border-color: #B05242;
}
.TagClassName
{
border-color: #B05242;
}
</style>