Shades of Apple Blossom #B0584C
Tints of Apple Blossom #B0584C
RGB
CMYK
RGB Variations
Color information
#B0584C (or 0xB0584C) is known color: Apple Blossom. HEX triplet: B0, 58 and 4C. RGB value is (176,88,76). Sum of RGB (Red+Green+Blue) = 176+88+76=340 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.76% from 340); Green value is 88 (34.77% from 255 or 25.88% from 340); Blue value is 76 (30.08% from 255 or 22.35% from 340); Max value from RGB is 176 - color contains mainly: red. Hex color #B0584C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0584C is #4FA7B3. Grayscale: #717171. Windows color (decimal): -5220276 or 5003440. OLE color: 5003440.
HSL color Cylindrical-coordinate representation of color #B0584C: hue angle of 7.2º 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 #B0584C is Cyan = 0, Magento = 0.50, Yellow = 0.57 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 88 | 76 | - |
| CMYK | 0 | 0.50 | 0.57 | 0.31 |
| HSL | 7.2º | 0.4% | 0.49% | - |
| HSV(B) | 7.2º | 0.57% | 0.69% | - |
| XYZ | 22.7 | 16.73 | 8.87 | - |
| YUV | 112.94 | 107.15 | 172.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 88 | 76 | 0 | 0.50 | 0.57 | 0.31 | 7.2 | 0.4 | 0.49 |
| Hex | B0 | 58 | 4C | 0 | 32 | 39 | 1F | 7 | 28 | 31 |
| Octal | 260 | 130 | 114 | 0 | 62 | 71 | 37 | 7 | 50 | 61 |
| Binary | 10110000 | 1011000 | 1001100 | 0 | 110010 | 111001 | 11111 | 111 | 101000 | 110001 |
Color Harmonies of #B0584C
Complementary color
Monochromatic Colors of #B0584C
Black with #B0584C
Text Example
Text Example
White with #B0584C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0584C; }
p { color: rgb(176,88,76); }
H1.HeaderClassName
{
color: #B0584C;
}
.AnyTagClassName
{
color: #B0584C;
}
</style>
background-color css
<style>
a { background-color: #B0584C; }
a { background-color: rgb(176,88,76); }
div.DivClassName
{
background-color: #B0584C;
}
.BgClassName
{
background-color: #B0584C;
}
</style>
border-color css
<style>
span { border-color: #B0584C; }
span { border-color: rgb(176,88,76); }
td.TdClassName
{
border-color: #B0584C;
}
.TagClassName
{
border-color: #B0584C;
}
</style>