Shades of Apple Blossom #B15952
Tints of Apple Blossom #B15952
RGB
CMYK
RGB Variations
Color information
#B15952 (or 0xB15952) is known color: Apple Blossom. HEX triplet: B1, 59 and 52. RGB value is (177,89,82). Sum of RGB (Red+Green+Blue) = 177+89+82=348 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.86% from 348); Green value is 89 (35.16% from 255 or 25.57% from 348); Blue value is 82 (32.42% from 255 or 23.56% from 348); Max value from RGB is 177 - color contains mainly: red. Hex color #B15952 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15952 is #4EA6AD. Grayscale: #727272. Windows color (decimal): -5154478 or 5396913. OLE color: 5396913.
HSL color Cylindrical-coordinate representation of color #B15952: hue angle of 4.42º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B15952 is Cyan = 0, Magento = 0.50, Yellow = 0.54 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 89 | 82 | - |
| CMYK | 0 | 0.50 | 0.54 | 0.31 |
| HSL | 4.42º | 0.38% | 0.51% | - |
| HSV(B) | 4.42º | 0.54% | 0.69% | - |
| XYZ | 23.23 | 17.1 | 10.06 | - |
| YUV | 114.51 | 109.65 | 172.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 89 | 82 | 0 | 0.50 | 0.54 | 0.31 | 4.42 | 0.38 | 0.51 |
| Hex | B1 | 59 | 52 | 0 | 32 | 36 | 1F | 4 | 26 | 33 |
| Octal | 261 | 131 | 122 | 0 | 62 | 66 | 37 | 4 | 46 | 63 |
| Binary | 10110001 | 1011001 | 1010010 | 0 | 110010 | 110110 | 11111 | 100 | 100110 | 110011 |
Color Harmonies of #B15952
Complementary color
Monochromatic Colors of #B15952
Black with #B15952
Text Example
Text Example
White with #B15952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15952; }
p { color: rgb(177,89,82); }
H1.HeaderClassName
{
color: #B15952;
}
.AnyTagClassName
{
color: #B15952;
}
</style>
background-color css
<style>
a { background-color: #B15952; }
a { background-color: rgb(177,89,82); }
div.DivClassName
{
background-color: #B15952;
}
.BgClassName
{
background-color: #B15952;
}
</style>
border-color css
<style>
span { border-color: #B15952; }
span { border-color: rgb(177,89,82); }
td.TdClassName
{
border-color: #B15952;
}
.TagClassName
{
border-color: #B15952;
}
</style>