Shades of Apple Blossom #B35441
Tints of Apple Blossom #B35441
RGB
CMYK
RGB Variations
Color information
#B35441 (or 0xB35441) is known color: Apple Blossom. HEX triplet: B3, 54 and 41. RGB value is (179,84,65). Sum of RGB (Red+Green+Blue) = 179+84+65=328 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.57% from 328); Green value is 84 (33.20% from 255 or 25.61% from 328); Blue value is 65 (25.78% from 255 or 19.82% from 328); Max value from RGB is 179 - color contains mainly: red. Hex color #B35441 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B35441 is #4CABBE. Grayscale: #6E6E6E. Windows color (decimal): -5024703 or 4281523. OLE color: 4281523.
HSL color Cylindrical-coordinate representation of color #B35441: hue angle of 10º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B35441 is Cyan = 0, Magento = 0.53, Yellow = 0.64 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 84 | 65 | - |
| CMYK | 0 | 0.53 | 0.64 | 0.30 |
| HSL | 10º | 0.47% | 0.48% | - |
| HSV(B) | 10º | 0.64% | 0.7% | - |
| XYZ | 22.71 | 16.31 | 6.95 | - |
| YUV | 110.24 | 102.47 | 177.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 84 | 65 | 0 | 0.53 | 0.64 | 0.30 | 10 | 0.47 | 0.48 |
| Hex | B3 | 54 | 41 | 0 | 35 | 40 | 1E | A | 2F | 30 |
| Octal | 263 | 124 | 101 | 0 | 65 | 100 | 36 | 12 | 57 | 60 |
| Binary | 10110011 | 1010100 | 1000001 | 0 | 110101 | 1000000 | 11110 | 1010 | 101111 | 110000 |
Color Harmonies of #B35441
Complementary color
Monochromatic Colors of #B35441
Black with #B35441
Text Example
Text Example
White with #B35441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B35441; }
p { color: rgb(179,84,65); }
H1.HeaderClassName
{
color: #B35441;
}
.AnyTagClassName
{
color: #B35441;
}
</style>
background-color css
<style>
a { background-color: #B35441; }
a { background-color: rgb(179,84,65); }
div.DivClassName
{
background-color: #B35441;
}
.BgClassName
{
background-color: #B35441;
}
</style>
border-color css
<style>
span { border-color: #B35441; }
span { border-color: rgb(179,84,65); }
td.TdClassName
{
border-color: #B35441;
}
.TagClassName
{
border-color: #B35441;
}
</style>