Shades of Apple Blossom #B2574A
Tints of Apple Blossom #B2574A
RGB
CMYK
RGB Variations
Color information
#B2574A (or 0xB2574A) is known color: Apple Blossom. HEX triplet: B2, 57 and 4A. RGB value is (178,87,74). Sum of RGB (Red+Green+Blue) = 178+87+74=339 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.51% from 339); Green value is 87 (34.38% from 255 or 25.66% from 339); Blue value is 74 (29.30% from 255 or 21.83% from 339); Max value from RGB is 178 - color contains mainly: red. Hex color #B2574A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2574A is #4DA8B5. Grayscale: #707070. Windows color (decimal): -5089462 or 4872114. OLE color: 4872114.
HSL color Cylindrical-coordinate representation of color #B2574A: hue angle of 7.5º 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 #B2574A is Cyan = 0, Magento = 0.51, Yellow = 0.58 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 87 | 74 | - |
| CMYK | 0 | 0.51 | 0.58 | 0.30 |
| HSL | 7.5º | 0.41% | 0.49% | - |
| HSV(B) | 7.5º | 0.58% | 0.7% | - |
| XYZ | 23 | 16.78 | 8.5 | - |
| YUV | 112.73 | 106.15 | 174.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 87 | 74 | 0 | 0.51 | 0.58 | 0.30 | 7.5 | 0.41 | 0.49 |
| Hex | B2 | 57 | 4A | 0 | 33 | 3A | 1E | 8 | 29 | 31 |
| Octal | 262 | 127 | 112 | 0 | 63 | 72 | 36 | 10 | 51 | 61 |
| Binary | 10110010 | 1010111 | 1001010 | 0 | 110011 | 111010 | 11110 | 1000 | 101001 | 110001 |
Color Harmonies of #B2574A
Complementary color
Monochromatic Colors of #B2574A
Black with #B2574A
Text Example
Text Example
White with #B2574A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2574A; }
p { color: rgb(178,87,74); }
H1.HeaderClassName
{
color: #B2574A;
}
.AnyTagClassName
{
color: #B2574A;
}
</style>
background-color css
<style>
a { background-color: #B2574A; }
a { background-color: rgb(178,87,74); }
div.DivClassName
{
background-color: #B2574A;
}
.BgClassName
{
background-color: #B2574A;
}
</style>
border-color css
<style>
span { border-color: #B2574A; }
span { border-color: rgb(178,87,74); }
td.TdClassName
{
border-color: #B2574A;
}
.TagClassName
{
border-color: #B2574A;
}
</style>