Shades of Apple Blossom #B04F42
Tints of Apple Blossom #B04F42
RGB
CMYK
RGB Variations
Color information
#B04F42 (or 0xB04F42) is known color: Apple Blossom. HEX triplet: B0, 4F and 42. RGB value is (176,79,66). Sum of RGB (Red+Green+Blue) = 176+79+66=321 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.83% from 321); Green value is 79 (31.25% from 255 or 24.61% from 321); Blue value is 66 (26.17% from 255 or 20.56% from 321); Max value from RGB is 176 - color contains mainly: red. Hex color #B04F42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B04F42 is #4FB0BD. Grayscale: #6A6A6A. Windows color (decimal): -5222590 or 4345776. OLE color: 4345776.
HSL color Cylindrical-coordinate representation of color #B04F42: hue angle of 7.09º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B04F42 is Cyan = 0, Magento = 0.55, Yellow = 0.62 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 79 | 66 | - |
| CMYK | 0 | 0.55 | 0.62 | 0.31 |
| HSL | 7.09º | 0.45% | 0.47% | - |
| HSV(B) | 7.09º | 0.63% | 0.69% | - |
| XYZ | 21.68 | 15.22 | 6.95 | - |
| YUV | 106.52 | 105.14 | 177.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 79 | 66 | 0 | 0.55 | 0.62 | 0.31 | 7.09 | 0.45 | 0.47 |
| Hex | B0 | 4F | 42 | 0 | 37 | 3E | 1F | 7 | 2D | 2F |
| Octal | 260 | 117 | 102 | 0 | 67 | 76 | 37 | 7 | 55 | 57 |
| Binary | 10110000 | 1001111 | 1000010 | 0 | 110111 | 111110 | 11111 | 111 | 101101 | 101111 |
Color Harmonies of #B04F42
Complementary color
Monochromatic Colors of #B04F42
Black with #B04F42
Text Example
Text Example
White with #B04F42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04F42; }
p { color: rgb(176,79,66); }
H1.HeaderClassName
{
color: #B04F42;
}
.AnyTagClassName
{
color: #B04F42;
}
</style>
background-color css
<style>
a { background-color: #B04F42; }
a { background-color: rgb(176,79,66); }
div.DivClassName
{
background-color: #B04F42;
}
.BgClassName
{
background-color: #B04F42;
}
</style>
border-color css
<style>
span { border-color: #B04F42; }
span { border-color: rgb(176,79,66); }
td.TdClassName
{
border-color: #B04F42;
}
.TagClassName
{
border-color: #B04F42;
}
</style>