Shades of Apple Blossom #B0574C
Tints of Apple Blossom #B0574C
RGB
CMYK
RGB Variations
Color information
#B0574C (or 0xB0574C) is known color: Apple Blossom. HEX triplet: B0, 57 and 4C. RGB value is (176,87,76). Sum of RGB (Red+Green+Blue) = 176+87+76=339 (44% of max value = 765). Red value is 176 (69.14% from 255 or 51.92% from 339); Green value is 87 (34.38% from 255 or 25.66% from 339); Blue value is 76 (30.08% from 255 or 22.42% from 339); Max value from RGB is 176 - color contains mainly: red. Hex color #B0574C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0574C is #4FA8B3. Grayscale: #707070. Windows color (decimal): -5220532 or 5003184. OLE color: 5003184.
HSL color Cylindrical-coordinate representation of color #B0574C: hue angle of 6.6º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B0574C is Cyan = 0, Magento = 0.51, Yellow = 0.57 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 87 | 76 | - |
| CMYK | 0 | 0.51 | 0.57 | 0.31 |
| HSL | 6.6º | 0.4% | 0.49% | - |
| HSV(B) | 6.6º | 0.57% | 0.69% | - |
| XYZ | 22.62 | 16.57 | 8.84 | - |
| YUV | 112.36 | 107.49 | 173.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 87 | 76 | 0 | 0.51 | 0.57 | 0.31 | 6.6 | 0.4 | 0.49 |
| Hex | B0 | 57 | 4C | 0 | 33 | 39 | 1F | 7 | 28 | 31 |
| Octal | 260 | 127 | 114 | 0 | 63 | 71 | 37 | 7 | 50 | 61 |
| Binary | 10110000 | 1010111 | 1001100 | 0 | 110011 | 111001 | 11111 | 111 | 101000 | 110001 |
Color Harmonies of #B0574C
Complementary color
Monochromatic Colors of #B0574C
Black with #B0574C
Text Example
Text Example
White with #B0574C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0574C; }
p { color: rgb(176,87,76); }
H1.HeaderClassName
{
color: #B0574C;
}
.AnyTagClassName
{
color: #B0574C;
}
</style>
background-color css
<style>
a { background-color: #B0574C; }
a { background-color: rgb(176,87,76); }
div.DivClassName
{
background-color: #B0574C;
}
.BgClassName
{
background-color: #B0574C;
}
</style>
border-color css
<style>
span { border-color: #B0574C; }
span { border-color: rgb(176,87,76); }
td.TdClassName
{
border-color: #B0574C;
}
.TagClassName
{
border-color: #B0574C;
}
</style>