Shades of Apple Blossom #B3584D
Tints of Apple Blossom #B3584D
RGB
CMYK
RGB Variations
Color information
#B3584D (or 0xB3584D) is known color: Apple Blossom. HEX triplet: B3, 58 and 4D. RGB value is (179,88,77). Sum of RGB (Red+Green+Blue) = 179+88+77=344 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.03% from 344); Green value is 88 (34.77% from 255 or 25.58% from 344); Blue value is 77 (30.47% from 255 or 22.38% from 344); Max value from RGB is 179 - color contains mainly: red. Hex color #B3584D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3584D is #4CA7B2. Grayscale: #727272. Windows color (decimal): -5023667 or 5068979. OLE color: 5068979.
HSL color Cylindrical-coordinate representation of color #B3584D: hue angle of 6.47º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B3584D is Cyan = 0, Magento = 0.51, Yellow = 0.57 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 88 | 77 | - |
| CMYK | 0 | 0.51 | 0.57 | 0.30 |
| HSL | 6.47º | 0.4% | 0.5% | - |
| HSV(B) | 6.47º | 0.57% | 0.7% | - |
| XYZ | 23.42 | 17.1 | 9.09 | - |
| YUV | 113.96 | 107.15 | 174.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 88 | 77 | 0 | 0.51 | 0.57 | 0.30 | 6.47 | 0.4 | 0.5 |
| Hex | B3 | 58 | 4D | 0 | 33 | 39 | 1E | 6 | 28 | 32 |
| Octal | 263 | 130 | 115 | 0 | 63 | 71 | 36 | 6 | 50 | 62 |
| Binary | 10110011 | 1011000 | 1001101 | 0 | 110011 | 111001 | 11110 | 110 | 101000 | 110010 |
Color Harmonies of #B3584D
Complementary color
Monochromatic Colors of #B3584D
Black with #B3584D
Text Example
Text Example
White with #B3584D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3584D; }
p { color: rgb(179,88,77); }
H1.HeaderClassName
{
color: #B3584D;
}
.AnyTagClassName
{
color: #B3584D;
}
</style>
background-color css
<style>
a { background-color: #B3584D; }
a { background-color: rgb(179,88,77); }
div.DivClassName
{
background-color: #B3584D;
}
.BgClassName
{
background-color: #B3584D;
}
</style>
border-color css
<style>
span { border-color: #B3584D; }
span { border-color: rgb(179,88,77); }
td.TdClassName
{
border-color: #B3584D;
}
.TagClassName
{
border-color: #B3584D;
}
</style>