Shades of Apple Blossom #B15442
Tints of Apple Blossom #B15442
RGB
CMYK
RGB Variations
Color information
#B15442 (or 0xB15442) is known color: Apple Blossom. HEX triplet: B1, 54 and 42. RGB value is (177,84,66). Sum of RGB (Red+Green+Blue) = 177+84+66=327 (43% of max value = 765). Red value is 177 (69.53% from 255 or 54.13% from 327); Green value is 84 (33.20% from 255 or 25.69% from 327); Blue value is 66 (26.17% from 255 or 20.18% from 327); Max value from RGB is 177 - color contains mainly: red. Hex color #B15442 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15442 is #4EABBD. Grayscale: #6D6D6D. Windows color (decimal): -5155774 or 4347057. OLE color: 4347057.
HSL color Cylindrical-coordinate representation of color #B15442: hue angle of 9.73º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B15442 is Cyan = 0, Magento = 0.53, Yellow = 0.63 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 84 | 66 | - |
| CMYK | 0 | 0.53 | 0.63 | 0.31 |
| HSL | 9.73º | 0.46% | 0.48% | - |
| HSV(B) | 9.73º | 0.63% | 0.69% | - |
| XYZ | 22.29 | 16.08 | 7.08 | - |
| YUV | 109.76 | 103.31 | 175.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 84 | 66 | 0 | 0.53 | 0.63 | 0.31 | 9.73 | 0.46 | 0.48 |
| Hex | B1 | 54 | 42 | 0 | 35 | 3F | 1F | A | 2E | 30 |
| Octal | 261 | 124 | 102 | 0 | 65 | 77 | 37 | 12 | 56 | 60 |
| Binary | 10110001 | 1010100 | 1000010 | 0 | 110101 | 111111 | 11111 | 1010 | 101110 | 110000 |
Color Harmonies of #B15442
Complementary color
Monochromatic Colors of #B15442
Black with #B15442
Text Example
Text Example
White with #B15442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15442; }
p { color: rgb(177,84,66); }
H1.HeaderClassName
{
color: #B15442;
}
.AnyTagClassName
{
color: #B15442;
}
</style>
background-color css
<style>
a { background-color: #B15442; }
a { background-color: rgb(177,84,66); }
div.DivClassName
{
background-color: #B15442;
}
.BgClassName
{
background-color: #B15442;
}
</style>
border-color css
<style>
span { border-color: #B15442; }
span { border-color: rgb(177,84,66); }
td.TdClassName
{
border-color: #B15442;
}
.TagClassName
{
border-color: #B15442;
}
</style>