Shades of Apple Blossom #B04D3E
Tints of Apple Blossom #B04D3E
RGB
CMYK
RGB Variations
Color information
#B04D3E (or 0xB04D3E) is known color: Apple Blossom. HEX triplet: B0, 4D and 3E. RGB value is (176,77,62). Sum of RGB (Red+Green+Blue) = 176+77+62=315 (41% of max value = 765). Red value is 176 (69.14% from 255 or 55.87% from 315); Green value is 77 (30.47% from 255 or 24.44% from 315); Blue value is 62 (24.61% from 255 or 19.68% from 315); Max value from RGB is 176 - color contains mainly: red. Hex color #B04D3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B04D3E is #4FB2C1. Grayscale: #696969. Windows color (decimal): -5223106 or 4083120. OLE color: 4083120.
HSL color Cylindrical-coordinate representation of color #B04D3E: hue angle of 7.89º 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 #B04D3E is Cyan = 0, Magento = 0.56, Yellow = 0.65 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 77 | 62 | - |
| CMYK | 0 | 0.56 | 0.65 | 0.31 |
| HSL | 7.89º | 0.48% | 0.47% | - |
| HSV(B) | 7.89º | 0.65% | 0.69% | - |
| XYZ | 21.43 | 14.89 | 6.3 | - |
| YUV | 104.89 | 103.8 | 178.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 77 | 62 | 0 | 0.56 | 0.65 | 0.31 | 7.89 | 0.48 | 0.47 |
| Hex | B0 | 4D | 3E | 0 | 38 | 41 | 1F | 8 | 30 | 2F |
| Octal | 260 | 115 | 76 | 0 | 70 | 101 | 37 | 10 | 60 | 57 |
| Binary | 10110000 | 1001101 | 111110 | 0 | 111000 | 1000001 | 11111 | 1000 | 110000 | 101111 |
Color Harmonies of #B04D3E
Complementary color
Monochromatic Colors of #B04D3E
Black with #B04D3E
Text Example
Text Example
White with #B04D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04D3E; }
p { color: rgb(176,77,62); }
H1.HeaderClassName
{
color: #B04D3E;
}
.AnyTagClassName
{
color: #B04D3E;
}
</style>
background-color css
<style>
a { background-color: #B04D3E; }
a { background-color: rgb(176,77,62); }
div.DivClassName
{
background-color: #B04D3E;
}
.BgClassName
{
background-color: #B04D3E;
}
</style>
border-color css
<style>
span { border-color: #B04D3E; }
span { border-color: rgb(176,77,62); }
td.TdClassName
{
border-color: #B04D3E;
}
.TagClassName
{
border-color: #B04D3E;
}
</style>