Shades of Apple Blossom #B0503F
Tints of Apple Blossom #B0503F
RGB
CMYK
RGB Variations
Color information
#B0503F (or 0xB0503F) is known color: Apple Blossom. HEX triplet: B0, 50 and 3F. RGB value is (176,80,63). Sum of RGB (Red+Green+Blue) = 176+80+63=319 (42% of max value = 765). Red value is 176 (69.14% from 255 or 55.17% from 319); Green value is 80 (31.64% from 255 or 25.08% from 319); Blue value is 63 (25% from 255 or 19.75% from 319); Max value from RGB is 176 - color contains mainly: red. Hex color #B0503F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0503F is #4FAFC0. Grayscale: #6A6A6A. Windows color (decimal): -5222337 or 4149424. OLE color: 4149424.
HSL color Cylindrical-coordinate representation of color #B0503F: hue angle of 9.03º 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 #B0503F is Cyan = 0, Magento = 0.55, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 80 | 63 | - |
| CMYK | 0 | 0.55 | 0.64 | 0.31 |
| HSL | 9.03º | 0.47% | 0.47% | - |
| HSV(B) | 9.03º | 0.64% | 0.69% | - |
| XYZ | 21.67 | 15.33 | 6.52 | - |
| YUV | 106.77 | 103.3 | 177.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 80 | 63 | 0 | 0.55 | 0.64 | 0.31 | 9.03 | 0.47 | 0.47 |
| Hex | B0 | 50 | 3F | 0 | 37 | 40 | 1F | 9 | 2F | 2F |
| Octal | 260 | 120 | 77 | 0 | 67 | 100 | 37 | 11 | 57 | 57 |
| Binary | 10110000 | 1010000 | 111111 | 0 | 110111 | 1000000 | 11111 | 1001 | 101111 | 101111 |
Color Harmonies of #B0503F
Complementary color
Monochromatic Colors of #B0503F
Black with #B0503F
Text Example
Text Example
White with #B0503F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0503F; }
p { color: rgb(176,80,63); }
H1.HeaderClassName
{
color: #B0503F;
}
.AnyTagClassName
{
color: #B0503F;
}
</style>
background-color css
<style>
a { background-color: #B0503F; }
a { background-color: rgb(176,80,63); }
div.DivClassName
{
background-color: #B0503F;
}
.BgClassName
{
background-color: #B0503F;
}
</style>
border-color css
<style>
span { border-color: #B0503F; }
span { border-color: rgb(176,80,63); }
td.TdClassName
{
border-color: #B0503F;
}
.TagClassName
{
border-color: #B0503F;
}
</style>