Shades of Apple Blossom #B15341
Tints of Apple Blossom #B15341
RGB
CMYK
RGB Variations
Color information
#B15341 (or 0xB15341) is known color: Apple Blossom. HEX triplet: B1, 53 and 41. RGB value is (177,83,65). Sum of RGB (Red+Green+Blue) = 177+83+65=325 (43% of max value = 765). Red value is 177 (69.53% from 255 or 54.46% from 325); Green value is 83 (32.81% from 255 or 25.54% from 325); Blue value is 65 (25.78% from 255 or 20% from 325); Max value from RGB is 177 - color contains mainly: red. Hex color #B15341 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15341 is #4EACBE. Grayscale: #6D6D6D. Windows color (decimal): -5156031 or 4281265. OLE color: 4281265.
HSL color Cylindrical-coordinate representation of color #B15341: hue angle of 9.64º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B15341 is Cyan = 0, Magento = 0.53, Yellow = 0.63 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 83 | 65 | - |
| CMYK | 0 | 0.53 | 0.63 | 0.31 |
| HSL | 9.64º | 0.46% | 0.47% | - |
| HSV(B) | 9.64º | 0.63% | 0.69% | - |
| XYZ | 22.18 | 15.92 | 6.9 | - |
| YUV | 109.05 | 103.14 | 176.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 83 | 65 | 0 | 0.53 | 0.63 | 0.31 | 9.64 | 0.46 | 0.47 |
| Hex | B1 | 53 | 41 | 0 | 35 | 3F | 1F | A | 2E | 2F |
| Octal | 261 | 123 | 101 | 0 | 65 | 77 | 37 | 12 | 56 | 57 |
| Binary | 10110001 | 1010011 | 1000001 | 0 | 110101 | 111111 | 11111 | 1010 | 101110 | 101111 |
Color Harmonies of #B15341
Complementary color
Monochromatic Colors of #B15341
Black with #B15341
Text Example
Text Example
White with #B15341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15341; }
p { color: rgb(177,83,65); }
H1.HeaderClassName
{
color: #B15341;
}
.AnyTagClassName
{
color: #B15341;
}
</style>
background-color css
<style>
a { background-color: #B15341; }
a { background-color: rgb(177,83,65); }
div.DivClassName
{
background-color: #B15341;
}
.BgClassName
{
background-color: #B15341;
}
</style>
border-color css
<style>
span { border-color: #B15341; }
span { border-color: rgb(177,83,65); }
td.TdClassName
{
border-color: #B15341;
}
.TagClassName
{
border-color: #B15341;
}
</style>