Shades of Apple Blossom #B0534B
Tints of Apple Blossom #B0534B
RGB
CMYK
RGB Variations
Color information
#B0534B (or 0xB0534B) is known color: Apple Blossom. HEX triplet: B0, 53 and 4B. RGB value is (176,83,75). Sum of RGB (Red+Green+Blue) = 176+83+75=334 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.69% from 334); Green value is 83 (32.81% from 255 or 24.85% from 334); Blue value is 75 (29.69% from 255 or 22.46% from 334); Max value from RGB is 176 - color contains mainly: red. Hex color #B0534B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0534B is #4FACB4. Grayscale: #6E6E6E. Windows color (decimal): -5221557 or 4936624. OLE color: 4936624.
HSL color Cylindrical-coordinate representation of color #B0534B: hue angle of 4.75º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B0534B is Cyan = 0, Magento = 0.53, Yellow = 0.57 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 83 | 75 | - |
| CMYK | 0 | 0.53 | 0.57 | 0.31 |
| HSL | 4.75º | 0.4% | 0.49% | - |
| HSV(B) | 4.75º | 0.57% | 0.69% | - |
| XYZ | 22.27 | 15.92 | 8.56 | - |
| YUV | 109.9 | 108.31 | 175.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 83 | 75 | 0 | 0.53 | 0.57 | 0.31 | 4.75 | 0.4 | 0.49 |
| Hex | B0 | 53 | 4B | 0 | 35 | 39 | 1F | 5 | 28 | 31 |
| Octal | 260 | 123 | 113 | 0 | 65 | 71 | 37 | 5 | 50 | 61 |
| Binary | 10110000 | 1010011 | 1001011 | 0 | 110101 | 111001 | 11111 | 101 | 101000 | 110001 |
Color Harmonies of #B0534B
Complementary color
Monochromatic Colors of #B0534B
Black with #B0534B
Text Example
Text Example
White with #B0534B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0534B; }
p { color: rgb(176,83,75); }
H1.HeaderClassName
{
color: #B0534B;
}
.AnyTagClassName
{
color: #B0534B;
}
</style>
background-color css
<style>
a { background-color: #B0534B; }
a { background-color: rgb(176,83,75); }
div.DivClassName
{
background-color: #B0534B;
}
.BgClassName
{
background-color: #B0534B;
}
</style>
border-color css
<style>
span { border-color: #B0534B; }
span { border-color: rgb(176,83,75); }
td.TdClassName
{
border-color: #B0534B;
}
.TagClassName
{
border-color: #B0534B;
}
</style>