Shades of Apple Blossom #B06057
Tints of Apple Blossom #B06057
RGB
CMYK
RGB Variations
Color information
#B06057 (or 0xB06057) is known color: Apple Blossom. HEX triplet: B0, 60 and 57. RGB value is (176,96,87). Sum of RGB (Red+Green+Blue) = 176+96+87=359 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.03% from 359); Green value is 96 (37.89% from 255 or 26.74% from 359); Blue value is 87 (34.38% from 255 or 24.23% from 359); Max value from RGB is 176 - color contains mainly: red. Hex color #B06057 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06057 is #4F9FA8. Grayscale: #777777. Windows color (decimal): -5218217 or 5726384. OLE color: 5726384.
HSL color Cylindrical-coordinate representation of color #B06057: hue angle of 6.07º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B06057 is Cyan = 0, Magento = 0.45, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 96 | 87 | - |
| CMYK | 0 | 0.45 | 0.51 | 0.31 |
| HSL | 6.07º | 0.36% | 0.52% | - |
| HSV(B) | 6.07º | 0.51% | 0.69% | - |
| XYZ | 23.81 | 18.28 | 11.29 | - |
| YUV | 118.89 | 110 | 168.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 96 | 87 | 0 | 0.45 | 0.51 | 0.31 | 6.07 | 0.36 | 0.52 |
| Hex | B0 | 60 | 57 | 0 | 2D | 33 | 1F | 6 | 24 | 34 |
| Octal | 260 | 140 | 127 | 0 | 55 | 63 | 37 | 6 | 44 | 64 |
| Binary | 10110000 | 1100000 | 1010111 | 0 | 101101 | 110011 | 11111 | 110 | 100100 | 110100 |
Color Harmonies of #B06057
Complementary color
Monochromatic Colors of #B06057
Black with #B06057
Text Example
Text Example
White with #B06057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06057; }
p { color: rgb(176,96,87); }
H1.HeaderClassName
{
color: #B06057;
}
.AnyTagClassName
{
color: #B06057;
}
</style>
background-color css
<style>
a { background-color: #B06057; }
a { background-color: rgb(176,96,87); }
div.DivClassName
{
background-color: #B06057;
}
.BgClassName
{
background-color: #B06057;
}
</style>
border-color css
<style>
span { border-color: #B06057; }
span { border-color: rgb(176,96,87); }
td.TdClassName
{
border-color: #B06057;
}
.TagClassName
{
border-color: #B06057;
}
</style>