Shades of Apple Blossom #B0514D
Tints of Apple Blossom #B0514D
RGB
CMYK
RGB Variations
Color information
#B0514D (or 0xB0514D) is known color: Apple Blossom. HEX triplet: B0, 51 and 4D. RGB value is (176,81,77). Sum of RGB (Red+Green+Blue) = 176+81+77=334 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.69% from 334); Green value is 81 (32.03% from 255 or 24.25% from 334); Blue value is 77 (30.47% from 255 or 23.05% from 334); Max value from RGB is 176 - color contains mainly: red. Hex color #B0514D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0514D is #4FAEB2. Grayscale: #6D6D6D. Windows color (decimal): -5222067 or 5067184. OLE color: 5067184.
HSL color Cylindrical-coordinate representation of color #B0514D: hue angle of 2.42º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B0514D is Cyan = 0, Magento = 0.54, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 81 | 77 | - |
| CMYK | 0 | 0.54 | 0.56 | 0.31 |
| HSL | 2.42º | 0.39% | 0.5% | - |
| HSV(B) | 2.42º | 0.56% | 0.69% | - |
| XYZ | 22.19 | 15.65 | 8.87 | - |
| YUV | 108.95 | 109.97 | 175.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 81 | 77 | 0 | 0.54 | 0.56 | 0.31 | 2.42 | 0.39 | 0.5 |
| Hex | B0 | 51 | 4D | 0 | 36 | 38 | 1F | 2 | 27 | 32 |
| Octal | 260 | 121 | 115 | 0 | 66 | 70 | 37 | 2 | 47 | 62 |
| Binary | 10110000 | 1010001 | 1001101 | 0 | 110110 | 111000 | 11111 | 10 | 100111 | 110010 |
Color Harmonies of #B0514D
Complementary color
Monochromatic Colors of #B0514D
Black with #B0514D
Text Example
Text Example
White with #B0514D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0514D; }
p { color: rgb(176,81,77); }
H1.HeaderClassName
{
color: #B0514D;
}
.AnyTagClassName
{
color: #B0514D;
}
</style>
background-color css
<style>
a { background-color: #B0514D; }
a { background-color: rgb(176,81,77); }
div.DivClassName
{
background-color: #B0514D;
}
.BgClassName
{
background-color: #B0514D;
}
</style>
border-color css
<style>
span { border-color: #B0514D; }
span { border-color: rgb(176,81,77); }
td.TdClassName
{
border-color: #B0514D;
}
.TagClassName
{
border-color: #B0514D;
}
</style>