Shades of Apple Blossom #B2584B
Tints of Apple Blossom #B2584B
RGB
CMYK
RGB Variations
Color information
#B2584B (or 0xB2584B) is known color: Apple Blossom. HEX triplet: B2, 58 and 4B. RGB value is (178,88,75). Sum of RGB (Red+Green+Blue) = 178+88+75=341 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.20% from 341); Green value is 88 (34.77% from 255 or 25.81% from 341); Blue value is 75 (29.69% from 255 or 21.99% from 341); Max value from RGB is 178 - color contains mainly: red. Hex color #B2584B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2584B is #4DA7B4. Grayscale: #717171. Windows color (decimal): -5089205 or 4937906. OLE color: 4937906.
HSL color Cylindrical-coordinate representation of color #B2584B: hue angle of 7.57º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B2584B is Cyan = 0, Magento = 0.51, Yellow = 0.58 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 88 | 75 | - |
| CMYK | 0 | 0.51 | 0.58 | 0.30 |
| HSL | 7.57º | 0.41% | 0.5% | - |
| HSV(B) | 7.57º | 0.58% | 0.7% | - |
| XYZ | 23.12 | 16.95 | 8.71 | - |
| YUV | 113.43 | 106.32 | 174.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 88 | 75 | 0 | 0.51 | 0.58 | 0.30 | 7.57 | 0.41 | 0.5 |
| Hex | B2 | 58 | 4B | 0 | 33 | 3A | 1E | 8 | 29 | 32 |
| Octal | 262 | 130 | 113 | 0 | 63 | 72 | 36 | 10 | 51 | 62 |
| Binary | 10110010 | 1011000 | 1001011 | 0 | 110011 | 111010 | 11110 | 1000 | 101001 | 110010 |
Color Harmonies of #B2584B
Complementary color
Monochromatic Colors of #B2584B
Black with #B2584B
Text Example
Text Example
White with #B2584B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2584B; }
p { color: rgb(178,88,75); }
H1.HeaderClassName
{
color: #B2584B;
}
.AnyTagClassName
{
color: #B2584B;
}
</style>
background-color css
<style>
a { background-color: #B2584B; }
a { background-color: rgb(178,88,75); }
div.DivClassName
{
background-color: #B2584B;
}
.BgClassName
{
background-color: #B2584B;
}
</style>
border-color css
<style>
span { border-color: #B2584B; }
span { border-color: rgb(178,88,75); }
td.TdClassName
{
border-color: #B2584B;
}
.TagClassName
{
border-color: #B2584B;
}
</style>