Shades of Apple Blossom #B05143
Tints of Apple Blossom #B05143
RGB
CMYK
RGB Variations
Color information
#B05143 (or 0xB05143) is known color: Apple Blossom. HEX triplet: B0, 51 and 43. RGB value is (176,81,67). Sum of RGB (Red+Green+Blue) = 176+81+67=324 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.32% from 324); Green value is 81 (32.03% from 255 or 25% from 324); Blue value is 67 (26.56% from 255 or 20.68% from 324); Max value from RGB is 176 - color contains mainly: red. Hex color #B05143 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05143 is #4FAEBC. Grayscale: #6B6B6B. Windows color (decimal): -5222077 or 4411824. OLE color: 4411824.
HSL color Cylindrical-coordinate representation of color #B05143: hue angle of 7.71º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B05143 is Cyan = 0, Magento = 0.54, Yellow = 0.62 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 81 | 67 | - |
| CMYK | 0 | 0.54 | 0.62 | 0.31 |
| HSL | 7.71º | 0.45% | 0.48% | - |
| HSV(B) | 7.71º | 0.62% | 0.69% | - |
| XYZ | 21.86 | 15.52 | 7.15 | - |
| YUV | 107.81 | 104.97 | 176.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 81 | 67 | 0 | 0.54 | 0.62 | 0.31 | 7.71 | 0.45 | 0.48 |
| Hex | B0 | 51 | 43 | 0 | 36 | 3E | 1F | 8 | 2D | 30 |
| Octal | 260 | 121 | 103 | 0 | 66 | 76 | 37 | 10 | 55 | 60 |
| Binary | 10110000 | 1010001 | 1000011 | 0 | 110110 | 111110 | 11111 | 1000 | 101101 | 110000 |
Color Harmonies of #B05143
Complementary color
Monochromatic Colors of #B05143
Black with #B05143
Text Example
Text Example
White with #B05143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05143; }
p { color: rgb(176,81,67); }
H1.HeaderClassName
{
color: #B05143;
}
.AnyTagClassName
{
color: #B05143;
}
</style>
background-color css
<style>
a { background-color: #B05143; }
a { background-color: rgb(176,81,67); }
div.DivClassName
{
background-color: #B05143;
}
.BgClassName
{
background-color: #B05143;
}
</style>
border-color css
<style>
span { border-color: #B05143; }
span { border-color: rgb(176,81,67); }
td.TdClassName
{
border-color: #B05143;
}
.TagClassName
{
border-color: #B05143;
}
</style>