Shades of Apple Blossom #B0534D
Tints of Apple Blossom #B0534D
RGB
CMYK
RGB Variations
Color information
#B0534D (or 0xB0534D) is known color: Apple Blossom. HEX triplet: B0, 53 and 4D. RGB value is (176,83,77). Sum of RGB (Red+Green+Blue) = 176+83+77=336 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.38% from 336); Green value is 83 (32.81% from 255 or 24.70% from 336); Blue value is 77 (30.47% from 255 or 22.92% from 336); Max value from RGB is 176 - color contains mainly: red. Hex color #B0534D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0534D is #4FACB2. Grayscale: #6E6E6E. Windows color (decimal): -5221555 or 5067696. OLE color: 5067696.
HSL color Cylindrical-coordinate representation of color #B0534D: hue angle of 3.64º 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 #B0534D is Cyan = 0, Magento = 0.53, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 83 | 77 | - |
| CMYK | 0 | 0.53 | 0.56 | 0.31 |
| HSL | 3.64º | 0.39% | 0.5% | - |
| HSV(B) | 3.64º | 0.56% | 0.69% | - |
| XYZ | 22.34 | 15.95 | 8.92 | - |
| YUV | 110.12 | 109.31 | 174.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 83 | 77 | 0 | 0.53 | 0.56 | 0.31 | 3.64 | 0.39 | 0.5 |
| Hex | B0 | 53 | 4D | 0 | 35 | 38 | 1F | 4 | 27 | 32 |
| Octal | 260 | 123 | 115 | 0 | 65 | 70 | 37 | 4 | 47 | 62 |
| Binary | 10110000 | 1010011 | 1001101 | 0 | 110101 | 111000 | 11111 | 100 | 100111 | 110010 |
Color Harmonies of #B0534D
Complementary color
Monochromatic Colors of #B0534D
Black with #B0534D
Text Example
Text Example
White with #B0534D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0534D; }
p { color: rgb(176,83,77); }
H1.HeaderClassName
{
color: #B0534D;
}
.AnyTagClassName
{
color: #B0534D;
}
</style>
background-color css
<style>
a { background-color: #B0534D; }
a { background-color: rgb(176,83,77); }
div.DivClassName
{
background-color: #B0534D;
}
.BgClassName
{
background-color: #B0534D;
}
</style>
border-color css
<style>
span { border-color: #B0534D; }
span { border-color: rgb(176,83,77); }
td.TdClassName
{
border-color: #B0534D;
}
.TagClassName
{
border-color: #B0534D;
}
</style>