Shades of Apple Blossom #B0554C
Tints of Apple Blossom #B0554C
RGB
CMYK
RGB Variations
Color information
#B0554C (or 0xB0554C) is known color: Apple Blossom. HEX triplet: B0, 55 and 4C. RGB value is (176,85,76). Sum of RGB (Red+Green+Blue) = 176+85+76=337 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.23% from 337); Green value is 85 (33.59% from 255 or 25.22% from 337); Blue value is 76 (30.08% from 255 or 22.55% from 337); Max value from RGB is 176 - color contains mainly: red. Hex color #B0554C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0554C is #4FAAB3. Grayscale: #6F6F6F. Windows color (decimal): -5221044 or 5002672. OLE color: 5002672.
HSL color Cylindrical-coordinate representation of color #B0554C: hue angle of 5.4º 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 #B0554C is Cyan = 0, Magento = 0.52, Yellow = 0.57 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 85 | 76 | - |
| CMYK | 0 | 0.52 | 0.57 | 0.31 |
| HSL | 5.4º | 0.4% | 0.49% | - |
| HSV(B) | 5.4º | 0.57% | 0.69% | - |
| XYZ | 22.46 | 16.25 | 8.79 | - |
| YUV | 111.18 | 108.15 | 174.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 85 | 76 | 0 | 0.52 | 0.57 | 0.31 | 5.4 | 0.4 | 0.49 |
| Hex | B0 | 55 | 4C | 0 | 34 | 39 | 1F | 5 | 28 | 31 |
| Octal | 260 | 125 | 114 | 0 | 64 | 71 | 37 | 5 | 50 | 61 |
| Binary | 10110000 | 1010101 | 1001100 | 0 | 110100 | 111001 | 11111 | 101 | 101000 | 110001 |
Color Harmonies of #B0554C
Complementary color
Monochromatic Colors of #B0554C
Black with #B0554C
Text Example
Text Example
White with #B0554C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0554C; }
p { color: rgb(176,85,76); }
H1.HeaderClassName
{
color: #B0554C;
}
.AnyTagClassName
{
color: #B0554C;
}
</style>
background-color css
<style>
a { background-color: #B0554C; }
a { background-color: rgb(176,85,76); }
div.DivClassName
{
background-color: #B0554C;
}
.BgClassName
{
background-color: #B0554C;
}
</style>
border-color css
<style>
span { border-color: #B0554C; }
span { border-color: rgb(176,85,76); }
td.TdClassName
{
border-color: #B0554C;
}
.TagClassName
{
border-color: #B0554C;
}
</style>