Shades of Apple Blossom #B0544A
Tints of Apple Blossom #B0544A
RGB
CMYK
RGB Variations
Color information
#B0544A (or 0xB0544A) is known color: Apple Blossom. HEX triplet: B0, 54 and 4A. RGB value is (176,84,74). Sum of RGB (Red+Green+Blue) = 176+84+74=334 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.69% from 334); Green value is 84 (33.20% from 255 or 25.15% from 334); Blue value is 74 (29.30% from 255 or 22.16% from 334); Max value from RGB is 176 - color contains mainly: red. Hex color #B0544A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0544A is #4FABB5. Grayscale: #6E6E6E. Windows color (decimal): -5221302 or 4871344. OLE color: 4871344.
HSL color Cylindrical-coordinate representation of color #B0544A: hue angle of 5.88º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B0544A is Cyan = 0, Magento = 0.52, Yellow = 0.58 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 84 | 74 | - |
| CMYK | 0 | 0.52 | 0.58 | 0.31 |
| HSL | 5.88º | 0.41% | 0.49% | - |
| HSV(B) | 5.88º | 0.58% | 0.69% | - |
| XYZ | 22.31 | 16.07 | 8.4 | - |
| YUV | 110.37 | 107.48 | 174.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 84 | 74 | 0 | 0.52 | 0.58 | 0.31 | 5.88 | 0.41 | 0.49 |
| Hex | B0 | 54 | 4A | 0 | 34 | 3A | 1F | 6 | 29 | 31 |
| Octal | 260 | 124 | 112 | 0 | 64 | 72 | 37 | 6 | 51 | 61 |
| Binary | 10110000 | 1010100 | 1001010 | 0 | 110100 | 111010 | 11111 | 110 | 101001 | 110001 |
Color Harmonies of #B0544A
Complementary color
Monochromatic Colors of #B0544A
Black with #B0544A
Text Example
Text Example
White with #B0544A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0544A; }
p { color: rgb(176,84,74); }
H1.HeaderClassName
{
color: #B0544A;
}
.AnyTagClassName
{
color: #B0544A;
}
</style>
background-color css
<style>
a { background-color: #B0544A; }
a { background-color: rgb(176,84,74); }
div.DivClassName
{
background-color: #B0544A;
}
.BgClassName
{
background-color: #B0544A;
}
</style>
border-color css
<style>
span { border-color: #B0544A; }
span { border-color: rgb(176,84,74); }
td.TdClassName
{
border-color: #B0544A;
}
.TagClassName
{
border-color: #B0544A;
}
</style>