Shades of Apple Blossom #B05343
Tints of Apple Blossom #B05343
RGB
CMYK
RGB Variations
Color information
#B05343 (or 0xB05343) is known color: Apple Blossom. HEX triplet: B0, 53 and 43. RGB value is (176,83,67). Sum of RGB (Red+Green+Blue) = 176+83+67=326 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.99% from 326); Green value is 83 (32.81% from 255 or 25.46% from 326); Blue value is 67 (26.56% from 255 or 20.55% from 326); Max value from RGB is 176 - color contains mainly: red. Hex color #B05343 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05343 is #4FACBC. Grayscale: #6D6D6D. Windows color (decimal): -5221565 or 4412336. OLE color: 4412336.
HSL color Cylindrical-coordinate representation of color #B05343: hue angle of 8.81º 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 #B05343 is Cyan = 0, Magento = 0.53, Yellow = 0.62 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 83 | 67 | - |
| CMYK | 0 | 0.53 | 0.62 | 0.31 |
| HSL | 8.81º | 0.45% | 0.48% | - |
| HSV(B) | 8.81º | 0.62% | 0.69% | - |
| XYZ | 22.01 | 15.82 | 7.2 | - |
| YUV | 108.98 | 104.31 | 175.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 83 | 67 | 0 | 0.53 | 0.62 | 0.31 | 8.81 | 0.45 | 0.48 |
| Hex | B0 | 53 | 43 | 0 | 35 | 3E | 1F | 9 | 2D | 30 |
| Octal | 260 | 123 | 103 | 0 | 65 | 76 | 37 | 11 | 55 | 60 |
| Binary | 10110000 | 1010011 | 1000011 | 0 | 110101 | 111110 | 11111 | 1001 | 101101 | 110000 |
Color Harmonies of #B05343
Complementary color
Monochromatic Colors of #B05343
Black with #B05343
Text Example
Text Example
White with #B05343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05343; }
p { color: rgb(176,83,67); }
H1.HeaderClassName
{
color: #B05343;
}
.AnyTagClassName
{
color: #B05343;
}
</style>
background-color css
<style>
a { background-color: #B05343; }
a { background-color: rgb(176,83,67); }
div.DivClassName
{
background-color: #B05343;
}
.BgClassName
{
background-color: #B05343;
}
</style>
border-color css
<style>
span { border-color: #B05343; }
span { border-color: rgb(176,83,67); }
td.TdClassName
{
border-color: #B05343;
}
.TagClassName
{
border-color: #B05343;
}
</style>