Shades of Apple Blossom #B0534F
Tints of Apple Blossom #B0534F
RGB
CMYK
RGB Variations
Color information
#B0534F (or 0xB0534F) is known color: Apple Blossom. HEX triplet: B0, 53 and 4F. RGB value is (176,83,79). Sum of RGB (Red+Green+Blue) = 176+83+79=338 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.07% from 338); Green value is 83 (32.81% from 255 or 24.56% from 338); Blue value is 79 (31.25% from 255 or 23.37% from 338); Max value from RGB is 176 - color contains mainly: red. Hex color #B0534F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0534F is #4FACB0. Grayscale: #6E6E6E. Windows color (decimal): -5221553 or 5198768. OLE color: 5198768.
HSL color Cylindrical-coordinate representation of color #B0534F: hue angle of 2.47º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B0534F is Cyan = 0, Magento = 0.53, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 83 | 79 | - |
| CMYK | 0 | 0.53 | 0.55 | 0.31 |
| HSL | 2.47º | 0.38% | 0.5% | - |
| HSV(B) | 2.47º | 0.55% | 0.69% | - |
| XYZ | 22.41 | 15.98 | 9.3 | - |
| YUV | 110.35 | 110.31 | 174.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 83 | 79 | 0 | 0.53 | 0.55 | 0.31 | 2.47 | 0.38 | 0.5 |
| Hex | B0 | 53 | 4F | 0 | 35 | 37 | 1F | 2 | 26 | 32 |
| Octal | 260 | 123 | 117 | 0 | 65 | 67 | 37 | 2 | 46 | 62 |
| Binary | 10110000 | 1010011 | 1001111 | 0 | 110101 | 110111 | 11111 | 10 | 100110 | 110010 |
Color Harmonies of #B0534F
Complementary color
Monochromatic Colors of #B0534F
Black with #B0534F
Text Example
Text Example
White with #B0534F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0534F; }
p { color: rgb(176,83,79); }
H1.HeaderClassName
{
color: #B0534F;
}
.AnyTagClassName
{
color: #B0534F;
}
</style>
background-color css
<style>
a { background-color: #B0534F; }
a { background-color: rgb(176,83,79); }
div.DivClassName
{
background-color: #B0534F;
}
.BgClassName
{
background-color: #B0534F;
}
</style>
border-color css
<style>
span { border-color: #B0534F; }
span { border-color: rgb(176,83,79); }
td.TdClassName
{
border-color: #B0534F;
}
.TagClassName
{
border-color: #B0534F;
}
</style>