Shades of Apple Blossom #B0594B
Tints of Apple Blossom #B0594B
RGB
CMYK
RGB Variations
Color information
#B0594B (or 0xB0594B) is known color: Apple Blossom. HEX triplet: B0, 59 and 4B. RGB value is (176,89,75). Sum of RGB (Red+Green+Blue) = 176+89+75=340 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.76% from 340); Green value is 89 (35.16% from 255 or 26.18% from 340); Blue value is 75 (29.69% from 255 or 22.06% from 340); Max value from RGB is 176 - color contains mainly: red. Hex color #B0594B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0594B is #4FA6B4. Grayscale: #717171. Windows color (decimal): -5220021 or 4938160. OLE color: 4938160.
HSL color Cylindrical-coordinate representation of color #B0594B: hue angle of 8.32º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B0594B is Cyan = 0, Magento = 0.49, Yellow = 0.57 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 89 | 75 | - |
| CMYK | 0 | 0.49 | 0.57 | 0.31 |
| HSL | 8.32º | 0.4% | 0.49% | - |
| HSV(B) | 8.32º | 0.57% | 0.69% | - |
| XYZ | 22.75 | 16.88 | 8.72 | - |
| YUV | 113.42 | 106.32 | 172.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 89 | 75 | 0 | 0.49 | 0.57 | 0.31 | 8.32 | 0.4 | 0.49 |
| Hex | B0 | 59 | 4B | 0 | 31 | 39 | 1F | 8 | 28 | 31 |
| Octal | 260 | 131 | 113 | 0 | 61 | 71 | 37 | 10 | 50 | 61 |
| Binary | 10110000 | 1011001 | 1001011 | 0 | 110001 | 111001 | 11111 | 1000 | 101000 | 110001 |
Color Harmonies of #B0594B
Complementary color
Monochromatic Colors of #B0594B
Black with #B0594B
Text Example
Text Example
White with #B0594B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0594B; }
p { color: rgb(176,89,75); }
H1.HeaderClassName
{
color: #B0594B;
}
.AnyTagClassName
{
color: #B0594B;
}
</style>
background-color css
<style>
a { background-color: #B0594B; }
a { background-color: rgb(176,89,75); }
div.DivClassName
{
background-color: #B0594B;
}
.BgClassName
{
background-color: #B0594B;
}
</style>
border-color css
<style>
span { border-color: #B0594B; }
span { border-color: rgb(176,89,75); }
td.TdClassName
{
border-color: #B0594B;
}
.TagClassName
{
border-color: #B0594B;
}
</style>