Shades of Apple Blossom #B04C40
Tints of Apple Blossom #B04C40
RGB
CMYK
RGB Variations
Color information
#B04C40 (or 0xB04C40) is known color: Apple Blossom. HEX triplet: B0, 4C and 40. RGB value is (176,76,64). Sum of RGB (Red+Green+Blue) = 176+76+64=316 (41% of max value = 765). Red value is 176 (69.14% from 255 or 55.70% from 316); Green value is 76 (30.08% from 255 or 24.05% from 316); Blue value is 64 (25.39% from 255 or 20.25% from 316); Max value from RGB is 176 - color contains mainly: red. Hex color #B04C40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B04C40 is #4FB3BF. Grayscale: #686868. Windows color (decimal): -5223360 or 4213936. OLE color: 4213936.
HSL color Cylindrical-coordinate representation of color #B04C40: hue angle of 6.43º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B04C40 is Cyan = 0, Magento = 0.57, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 76 | 64 | - |
| CMYK | 0 | 0.57 | 0.64 | 0.31 |
| HSL | 6.43º | 0.47% | 0.47% | - |
| HSV(B) | 6.43º | 0.64% | 0.69% | - |
| XYZ | 21.41 | 14.77 | 6.57 | - |
| YUV | 104.53 | 105.13 | 178.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 76 | 64 | 0 | 0.57 | 0.64 | 0.31 | 6.43 | 0.47 | 0.47 |
| Hex | B0 | 4C | 40 | 0 | 39 | 40 | 1F | 6 | 2F | 2F |
| Octal | 260 | 114 | 100 | 0 | 71 | 100 | 37 | 6 | 57 | 57 |
| Binary | 10110000 | 1001100 | 1000000 | 0 | 111001 | 1000000 | 11111 | 110 | 101111 | 101111 |
Color Harmonies of #B04C40
Complementary color
Monochromatic Colors of #B04C40
Black with #B04C40
Text Example
Text Example
White with #B04C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04C40; }
p { color: rgb(176,76,64); }
H1.HeaderClassName
{
color: #B04C40;
}
.AnyTagClassName
{
color: #B04C40;
}
</style>
background-color css
<style>
a { background-color: #B04C40; }
a { background-color: rgb(176,76,64); }
div.DivClassName
{
background-color: #B04C40;
}
.BgClassName
{
background-color: #B04C40;
}
</style>
border-color css
<style>
span { border-color: #B04C40; }
span { border-color: rgb(176,76,64); }
td.TdClassName
{
border-color: #B04C40;
}
.TagClassName
{
border-color: #B04C40;
}
</style>