Shades of Apple Blossom #B1503E
Tints of Apple Blossom #B1503E
RGB
CMYK
RGB Variations
Color information
#B1503E (or 0xB1503E) is known color: Apple Blossom. HEX triplet: B1, 50 and 3E. RGB value is (177,80,62). Sum of RGB (Red+Green+Blue) = 177+80+62=319 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.49% from 319); Green value is 80 (31.64% from 255 or 25.08% from 319); Blue value is 62 (24.61% from 255 or 19.44% from 319); Max value from RGB is 177 - color contains mainly: red. Hex color #B1503E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1503E is #4EAFC1. Grayscale: #6B6B6B. Windows color (decimal): -5156802 or 4083889. OLE color: 4083889.
HSL color Cylindrical-coordinate representation of color #B1503E: hue angle of 9.39º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B1503E is Cyan = 0, Magento = 0.55, Yellow = 0.65 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 80 | 62 | - |
| CMYK | 0 | 0.55 | 0.65 | 0.31 |
| HSL | 9.39º | 0.48% | 0.47% | - |
| HSV(B) | 9.39º | 0.65% | 0.69% | - |
| XYZ | 21.87 | 15.43 | 6.38 | - |
| YUV | 106.95 | 102.64 | 177.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 80 | 62 | 0 | 0.55 | 0.65 | 0.31 | 9.39 | 0.48 | 0.47 |
| Hex | B1 | 50 | 3E | 0 | 37 | 41 | 1F | 9 | 30 | 2F |
| Octal | 261 | 120 | 76 | 0 | 67 | 101 | 37 | 11 | 60 | 57 |
| Binary | 10110001 | 1010000 | 111110 | 0 | 110111 | 1000001 | 11111 | 1001 | 110000 | 101111 |
Color Harmonies of #B1503E
Complementary color
Monochromatic Colors of #B1503E
Black with #B1503E
Text Example
Text Example
White with #B1503E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1503E; }
p { color: rgb(177,80,62); }
H1.HeaderClassName
{
color: #B1503E;
}
.AnyTagClassName
{
color: #B1503E;
}
</style>
background-color css
<style>
a { background-color: #B1503E; }
a { background-color: rgb(177,80,62); }
div.DivClassName
{
background-color: #B1503E;
}
.BgClassName
{
background-color: #B1503E;
}
</style>
border-color css
<style>
span { border-color: #B1503E; }
span { border-color: rgb(177,80,62); }
td.TdClassName
{
border-color: #B1503E;
}
.TagClassName
{
border-color: #B1503E;
}
</style>