Shades of Apple Blossom #B04C3E
Tints of Apple Blossom #B04C3E
RGB
CMYK
RGB Variations
Color information
#B04C3E (or 0xB04C3E) is known color: Apple Blossom. HEX triplet: B0, 4C and 3E. RGB value is (176,76,62). Sum of RGB (Red+Green+Blue) = 176+76+62=314 (41% of max value = 765). Red value is 176 (69.14% from 255 or 56.05% from 314); Green value is 76 (30.08% from 255 or 24.20% from 314); Blue value is 62 (24.61% from 255 or 19.75% from 314); Max value from RGB is 176 - color contains mainly: red. Hex color #B04C3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B04C3E is #4FB3C1. Grayscale: #686868. Windows color (decimal): -5223362 or 4082864. OLE color: 4082864.
HSL color Cylindrical-coordinate representation of color #B04C3E: hue angle of 7.37º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B04C3E is Cyan = 0, Magento = 0.57, Yellow = 0.65 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 76 | 62 | - |
| CMYK | 0 | 0.57 | 0.65 | 0.31 |
| HSL | 7.37º | 0.48% | 0.47% | - |
| HSV(B) | 7.37º | 0.65% | 0.69% | - |
| XYZ | 21.36 | 14.75 | 6.28 | - |
| YUV | 104.3 | 104.13 | 179.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 76 | 62 | 0 | 0.57 | 0.65 | 0.31 | 7.37 | 0.48 | 0.47 |
| Hex | B0 | 4C | 3E | 0 | 39 | 41 | 1F | 7 | 30 | 2F |
| Octal | 260 | 114 | 76 | 0 | 71 | 101 | 37 | 7 | 60 | 57 |
| Binary | 10110000 | 1001100 | 111110 | 0 | 111001 | 1000001 | 11111 | 111 | 110000 | 101111 |
Color Harmonies of #B04C3E
Complementary color
Monochromatic Colors of #B04C3E
Black with #B04C3E
Text Example
Text Example
White with #B04C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04C3E; }
p { color: rgb(176,76,62); }
H1.HeaderClassName
{
color: #B04C3E;
}
.AnyTagClassName
{
color: #B04C3E;
}
</style>
background-color css
<style>
a { background-color: #B04C3E; }
a { background-color: rgb(176,76,62); }
div.DivClassName
{
background-color: #B04C3E;
}
.BgClassName
{
background-color: #B04C3E;
}
</style>
border-color css
<style>
span { border-color: #B04C3E; }
span { border-color: rgb(176,76,62); }
td.TdClassName
{
border-color: #B04C3E;
}
.TagClassName
{
border-color: #B04C3E;
}
</style>