Shades of Apple Blossom #B0513F
Tints of Apple Blossom #B0513F
RGB
CMYK
RGB Variations
Color information
#B0513F (or 0xB0513F) is known color: Apple Blossom. HEX triplet: B0, 51 and 3F. RGB value is (176,81,63). Sum of RGB (Red+Green+Blue) = 176+81+63=320 (42% of max value = 765). Red value is 176 (69.14% from 255 or 55% from 320); Green value is 81 (32.03% from 255 or 25.31% from 320); Blue value is 63 (25% from 255 or 19.69% from 320); Max value from RGB is 176 - color contains mainly: red. Hex color #B0513F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0513F is #4FAEC0. Grayscale: #6B6B6B. Windows color (decimal): -5222081 or 4149680. OLE color: 4149680.
HSL color Cylindrical-coordinate representation of color #B0513F: hue angle of 9.56º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B0513F is Cyan = 0, Magento = 0.54, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 81 | 63 | - |
| CMYK | 0 | 0.54 | 0.64 | 0.31 |
| HSL | 9.56º | 0.47% | 0.47% | - |
| HSV(B) | 9.56º | 0.64% | 0.69% | - |
| XYZ | 21.74 | 15.47 | 6.54 | - |
| YUV | 107.35 | 102.97 | 176.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 81 | 63 | 0 | 0.54 | 0.64 | 0.31 | 9.56 | 0.47 | 0.47 |
| Hex | B0 | 51 | 3F | 0 | 36 | 40 | 1F | A | 2F | 2F |
| Octal | 260 | 121 | 77 | 0 | 66 | 100 | 37 | 12 | 57 | 57 |
| Binary | 10110000 | 1010001 | 111111 | 0 | 110110 | 1000000 | 11111 | 1010 | 101111 | 101111 |
Color Harmonies of #B0513F
Complementary color
Monochromatic Colors of #B0513F
Black with #B0513F
Text Example
Text Example
White with #B0513F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0513F; }
p { color: rgb(176,81,63); }
H1.HeaderClassName
{
color: #B0513F;
}
.AnyTagClassName
{
color: #B0513F;
}
</style>
background-color css
<style>
a { background-color: #B0513F; }
a { background-color: rgb(176,81,63); }
div.DivClassName
{
background-color: #B0513F;
}
.BgClassName
{
background-color: #B0513F;
}
</style>
border-color css
<style>
span { border-color: #B0513F; }
span { border-color: rgb(176,81,63); }
td.TdClassName
{
border-color: #B0513F;
}
.TagClassName
{
border-color: #B0513F;
}
</style>