Shades of Apple Blossom #B3584A
Tints of Apple Blossom #B3584A
RGB
CMYK
RGB Variations
Color information
#B3584A (or 0xB3584A) is known color: Apple Blossom. HEX triplet: B3, 58 and 4A. RGB value is (179,88,74). Sum of RGB (Red+Green+Blue) = 179+88+74=341 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.49% from 341); Green value is 88 (34.77% from 255 or 25.81% from 341); Blue value is 74 (29.30% from 255 or 21.70% from 341); Max value from RGB is 179 - color contains mainly: red. Hex color #B3584A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3584A is #4CA7B5. Grayscale: #717171. Windows color (decimal): -5023670 or 4872371. OLE color: 4872371.
HSL color Cylindrical-coordinate representation of color #B3584A: hue angle of 8º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B3584A is Cyan = 0, Magento = 0.51, Yellow = 0.59 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 88 | 74 | - |
| CMYK | 0 | 0.51 | 0.59 | 0.30 |
| HSL | 8º | 0.42% | 0.5% | - |
| HSV(B) | 8º | 0.59% | 0.7% | - |
| XYZ | 23.32 | 17.06 | 8.54 | - |
| YUV | 113.61 | 105.65 | 174.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 88 | 74 | 0 | 0.51 | 0.59 | 0.30 | 8 | 0.42 | 0.5 |
| Hex | B3 | 58 | 4A | 0 | 33 | 3B | 1E | 8 | 2A | 32 |
| Octal | 263 | 130 | 112 | 0 | 63 | 73 | 36 | 10 | 52 | 62 |
| Binary | 10110011 | 1011000 | 1001010 | 0 | 110011 | 111011 | 11110 | 1000 | 101010 | 110010 |
Color Harmonies of #B3584A
Complementary color
Monochromatic Colors of #B3584A
Black with #B3584A
Text Example
Text Example
White with #B3584A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3584A; }
p { color: rgb(179,88,74); }
H1.HeaderClassName
{
color: #B3584A;
}
.AnyTagClassName
{
color: #B3584A;
}
</style>
background-color css
<style>
a { background-color: #B3584A; }
a { background-color: rgb(179,88,74); }
div.DivClassName
{
background-color: #B3584A;
}
.BgClassName
{
background-color: #B3584A;
}
</style>
border-color css
<style>
span { border-color: #B3584A; }
span { border-color: rgb(179,88,74); }
td.TdClassName
{
border-color: #B3584A;
}
.TagClassName
{
border-color: #B3584A;
}
</style>