Shades of Rose Of Sharon #B14D2C
Tints of Rose Of Sharon #B14D2C
RGB
CMYK
RGB Variations
Color information
#B14D2C (or 0xB14D2C) is known color: Rose Of Sharon. HEX triplet: B1, 4D and 2C. RGB value is (177,77,44). Sum of RGB (Red+Green+Blue) = 177+77+44=298 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.40% from 298); Green value is 77 (30.47% from 255 or 25.84% from 298); Blue value is 44 (17.58% from 255 or 14.77% from 298); Max value from RGB is 177 - color contains mainly: red. Hex color #B14D2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B14D2C is #4EB2D3. Grayscale: #676767. Windows color (decimal): -5157588 or 2903473. OLE color: 2903473.
HSL color Cylindrical-coordinate representation of color #B14D2C: hue angle of 14.89º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B14D2C is Cyan = 0, Magento = 0.56, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 77 | 44 | - |
| CMYK | 0 | 0.56 | 0.75 | 0.31 |
| HSL | 14.89º | 0.6% | 0.43% | - |
| HSV(B) | 14.89º | 0.75% | 0.69% | - |
| XYZ | 21.24 | 14.84 | 4.13 | - |
| YUV | 103.14 | 94.63 | 180.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 77 | 44 | 0 | 0.56 | 0.75 | 0.31 | 14.89 | 0.6 | 0.43 |
| Hex | B1 | 4D | 2C | 0 | 38 | 4B | 1F | F | 3C | 2B |
| Octal | 261 | 115 | 54 | 0 | 70 | 113 | 37 | 17 | 74 | 53 |
| Binary | 10110001 | 1001101 | 101100 | 0 | 111000 | 1001011 | 11111 | 1111 | 111100 | 101011 |
Color Harmonies of #B14D2C
Complementary color
Monochromatic Colors of #B14D2C
Black with #B14D2C
Text Example
Text Example
White with #B14D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14D2C; }
p { color: rgb(177,77,44); }
H1.HeaderClassName
{
color: #B14D2C;
}
.AnyTagClassName
{
color: #B14D2C;
}
</style>
background-color css
<style>
a { background-color: #B14D2C; }
a { background-color: rgb(177,77,44); }
div.DivClassName
{
background-color: #B14D2C;
}
.BgClassName
{
background-color: #B14D2C;
}
</style>
border-color css
<style>
span { border-color: #B14D2C; }
span { border-color: rgb(177,77,44); }
td.TdClassName
{
border-color: #B14D2C;
}
.TagClassName
{
border-color: #B14D2C;
}
</style>