Shades of Apple Blossom #B0584D
Tints of Apple Blossom #B0584D
RGB
CMYK
RGB Variations
Color information
#B0584D (or 0xB0584D) is known color: Apple Blossom. HEX triplet: B0, 58 and 4D. RGB value is (176,88,77). Sum of RGB (Red+Green+Blue) = 176+88+77=341 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.61% from 341); Green value is 88 (34.77% from 255 or 25.81% from 341); Blue value is 77 (30.47% from 255 or 22.58% from 341); Max value from RGB is 176 - color contains mainly: red. Hex color #B0584D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0584D is #4FA7B2. Grayscale: #717171. Windows color (decimal): -5220275 or 5068976. OLE color: 5068976.
HSL color Cylindrical-coordinate representation of color #B0584D: hue angle of 6.67º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B0584D is Cyan = 0, Magento = 0.50, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 88 | 77 | - |
| CMYK | 0 | 0.50 | 0.56 | 0.31 |
| HSL | 6.67º | 0.39% | 0.5% | - |
| HSV(B) | 6.67º | 0.56% | 0.69% | - |
| XYZ | 22.73 | 16.75 | 9.06 | - |
| YUV | 113.06 | 107.65 | 172.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 88 | 77 | 0 | 0.50 | 0.56 | 0.31 | 6.67 | 0.39 | 0.5 |
| Hex | B0 | 58 | 4D | 0 | 32 | 38 | 1F | 7 | 27 | 32 |
| Octal | 260 | 130 | 115 | 0 | 62 | 70 | 37 | 7 | 47 | 62 |
| Binary | 10110000 | 1011000 | 1001101 | 0 | 110010 | 111000 | 11111 | 111 | 100111 | 110010 |
Color Harmonies of #B0584D
Complementary color
Monochromatic Colors of #B0584D
Black with #B0584D
Text Example
Text Example
White with #B0584D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0584D; }
p { color: rgb(176,88,77); }
H1.HeaderClassName
{
color: #B0584D;
}
.AnyTagClassName
{
color: #B0584D;
}
</style>
background-color css
<style>
a { background-color: #B0584D; }
a { background-color: rgb(176,88,77); }
div.DivClassName
{
background-color: #B0584D;
}
.BgClassName
{
background-color: #B0584D;
}
</style>
border-color css
<style>
span { border-color: #B0584D; }
span { border-color: rgb(176,88,77); }
td.TdClassName
{
border-color: #B0584D;
}
.TagClassName
{
border-color: #B0584D;
}
</style>