Shades of Apple Blossom #B2534A
Tints of Apple Blossom #B2534A
RGB
CMYK
RGB Variations
Color information
#B2534A (or 0xB2534A) is known color: Apple Blossom. HEX triplet: B2, 53 and 4A. RGB value is (178,83,74). Sum of RGB (Red+Green+Blue) = 178+83+74=335 (44% of max value = 765). Red value is 178 (69.92% from 255 or 53.13% from 335); Green value is 83 (32.81% from 255 or 24.78% from 335); Blue value is 74 (29.30% from 255 or 22.09% from 335); Max value from RGB is 178 - color contains mainly: red. Hex color #B2534A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2534A is #4DACB5. Grayscale: #6E6E6E. Windows color (decimal): -5090486 or 4871090. OLE color: 4871090.
HSL color Cylindrical-coordinate representation of color #B2534A: hue angle of 5.19º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B2534A is Cyan = 0, Magento = 0.53, Yellow = 0.58 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 83 | 74 | - |
| CMYK | 0 | 0.53 | 0.58 | 0.30 |
| HSL | 5.19º | 0.41% | 0.49% | - |
| HSV(B) | 5.19º | 0.58% | 0.7% | - |
| XYZ | 22.69 | 16.15 | 8.4 | - |
| YUV | 110.38 | 107.47 | 176.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 83 | 74 | 0 | 0.53 | 0.58 | 0.30 | 5.19 | 0.41 | 0.49 |
| Hex | B2 | 53 | 4A | 0 | 35 | 3A | 1E | 5 | 29 | 31 |
| Octal | 262 | 123 | 112 | 0 | 65 | 72 | 36 | 5 | 51 | 61 |
| Binary | 10110010 | 1010011 | 1001010 | 0 | 110101 | 111010 | 11110 | 101 | 101001 | 110001 |
Color Harmonies of #B2534A
Complementary color
Monochromatic Colors of #B2534A
Black with #B2534A
Text Example
Text Example
White with #B2534A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2534A; }
p { color: rgb(178,83,74); }
H1.HeaderClassName
{
color: #B2534A;
}
.AnyTagClassName
{
color: #B2534A;
}
</style>
background-color css
<style>
a { background-color: #B2534A; }
a { background-color: rgb(178,83,74); }
div.DivClassName
{
background-color: #B2534A;
}
.BgClassName
{
background-color: #B2534A;
}
</style>
border-color css
<style>
span { border-color: #B2534A; }
span { border-color: rgb(178,83,74); }
td.TdClassName
{
border-color: #B2534A;
}
.TagClassName
{
border-color: #B2534A;
}
</style>