Shades of Rose Of Sharon #B14C2E
Tints of Rose Of Sharon #B14C2E
RGB
CMYK
RGB Variations
Color information
#B14C2E (or 0xB14C2E) is known color: Rose Of Sharon. HEX triplet: B1, 4C and 2E. RGB value is (177,76,46). Sum of RGB (Red+Green+Blue) = 177+76+46=299 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.20% from 299); Green value is 76 (30.08% from 255 or 25.42% from 299); Blue value is 46 (18.36% from 255 or 15.38% from 299); Max value from RGB is 177 - color contains mainly: red. Hex color #B14C2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14C2E is #4EB3D1. Grayscale: #676767. Windows color (decimal): -5157842 or 3034289. OLE color: 3034289.
HSL color Cylindrical-coordinate representation of color #B14C2E: hue angle of 13.74º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B14C2E is Cyan = 0, Magento = 0.57, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 76 | 46 | - |
| CMYK | 0 | 0.57 | 0.74 | 0.31 |
| HSL | 13.74º | 0.59% | 0.44% | - |
| HSV(B) | 13.74º | 0.74% | 0.69% | - |
| XYZ | 21.21 | 14.71 | 4.31 | - |
| YUV | 102.78 | 95.96 | 180.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 76 | 46 | 0 | 0.57 | 0.74 | 0.31 | 13.74 | 0.59 | 0.44 |
| Hex | B1 | 4C | 2E | 0 | 39 | 4A | 1F | E | 3B | 2C |
| Octal | 261 | 114 | 56 | 0 | 71 | 112 | 37 | 16 | 73 | 54 |
| Binary | 10110001 | 1001100 | 101110 | 0 | 111001 | 1001010 | 11111 | 1110 | 111011 | 101100 |
Color Harmonies of #B14C2E
Complementary color
Monochromatic Colors of #B14C2E
Black with #B14C2E
Text Example
Text Example
White with #B14C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14C2E; }
p { color: rgb(177,76,46); }
H1.HeaderClassName
{
color: #B14C2E;
}
.AnyTagClassName
{
color: #B14C2E;
}
</style>
background-color css
<style>
a { background-color: #B14C2E; }
a { background-color: rgb(177,76,46); }
div.DivClassName
{
background-color: #B14C2E;
}
.BgClassName
{
background-color: #B14C2E;
}
</style>
border-color css
<style>
span { border-color: #B14C2E; }
span { border-color: rgb(177,76,46); }
td.TdClassName
{
border-color: #B14C2E;
}
.TagClassName
{
border-color: #B14C2E;
}
</style>