Shades of Apple Blossom #B14F40
Tints of Apple Blossom #B14F40
RGB
CMYK
RGB Variations
Color information
#B14F40 (or 0xB14F40) is known color: Apple Blossom. HEX triplet: B1, 4F and 40. RGB value is (177,79,64). Sum of RGB (Red+Green+Blue) = 177+79+64=320 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.31% from 320); Green value is 79 (31.25% from 255 or 24.69% from 320); Blue value is 64 (25.39% from 255 or 20% from 320); Max value from RGB is 177 - color contains mainly: red. Hex color #B14F40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B14F40 is #4EB0BF. Grayscale: #6A6A6A. Windows color (decimal): -5157056 or 4214705. OLE color: 4214705.
HSL color Cylindrical-coordinate representation of color #B14F40: hue angle of 7.96º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B14F40 is Cyan = 0, Magento = 0.55, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 79 | 64 | - |
| CMYK | 0 | 0.55 | 0.64 | 0.31 |
| HSL | 7.96º | 0.47% | 0.47% | - |
| HSV(B) | 7.96º | 0.64% | 0.69% | - |
| XYZ | 21.85 | 15.31 | 6.65 | - |
| YUV | 106.59 | 103.97 | 178.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 79 | 64 | 0 | 0.55 | 0.64 | 0.31 | 7.96 | 0.47 | 0.47 |
| Hex | B1 | 4F | 40 | 0 | 37 | 40 | 1F | 8 | 2F | 2F |
| Octal | 261 | 117 | 100 | 0 | 67 | 100 | 37 | 10 | 57 | 57 |
| Binary | 10110001 | 1001111 | 1000000 | 0 | 110111 | 1000000 | 11111 | 1000 | 101111 | 101111 |
Color Harmonies of #B14F40
Complementary color
Monochromatic Colors of #B14F40
Black with #B14F40
Text Example
Text Example
White with #B14F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14F40; }
p { color: rgb(177,79,64); }
H1.HeaderClassName
{
color: #B14F40;
}
.AnyTagClassName
{
color: #B14F40;
}
</style>
background-color css
<style>
a { background-color: #B14F40; }
a { background-color: rgb(177,79,64); }
div.DivClassName
{
background-color: #B14F40;
}
.BgClassName
{
background-color: #B14F40;
}
</style>
border-color css
<style>
span { border-color: #B14F40; }
span { border-color: rgb(177,79,64); }
td.TdClassName
{
border-color: #B14F40;
}
.TagClassName
{
border-color: #B14F40;
}
</style>