Shades of Rose Of Sharon #B14C2B
Tints of Rose Of Sharon #B14C2B
RGB
CMYK
RGB Variations
Color information
#B14C2B (or 0xB14C2B) is known color: Rose Of Sharon. HEX triplet: B1, 4C and 2B. RGB value is (177,76,43). Sum of RGB (Red+Green+Blue) = 177+76+43=296 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.80% from 296); Green value is 76 (30.08% from 255 or 25.68% from 296); Blue value is 43 (17.19% from 255 or 14.53% from 296); Max value from RGB is 177 - color contains mainly: red. Hex color #B14C2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14C2B is #4EB3D4. Grayscale: #666666. Windows color (decimal): -5157845 or 2837681. OLE color: 2837681.
HSL color Cylindrical-coordinate representation of color #B14C2B: hue angle of 14.78º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B14C2B is Cyan = 0, Magento = 0.57, Yellow = 0.76 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 76 | 43 | - |
| CMYK | 0 | 0.57 | 0.76 | 0.31 |
| HSL | 14.78º | 0.61% | 0.43% | - |
| HSV(B) | 14.78º | 0.76% | 0.69% | - |
| XYZ | 21.15 | 14.69 | 4.01 | - |
| YUV | 102.44 | 94.46 | 181.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 76 | 43 | 0 | 0.57 | 0.76 | 0.31 | 14.78 | 0.61 | 0.43 |
| Hex | B1 | 4C | 2B | 0 | 39 | 4C | 1F | F | 3D | 2B |
| Octal | 261 | 114 | 53 | 0 | 71 | 114 | 37 | 17 | 75 | 53 |
| Binary | 10110001 | 1001100 | 101011 | 0 | 111001 | 1001100 | 11111 | 1111 | 111101 | 101011 |
Color Harmonies of #B14C2B
Complementary color
Monochromatic Colors of #B14C2B
Black with #B14C2B
Text Example
Text Example
White with #B14C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14C2B; }
p { color: rgb(177,76,43); }
H1.HeaderClassName
{
color: #B14C2B;
}
.AnyTagClassName
{
color: #B14C2B;
}
</style>
background-color css
<style>
a { background-color: #B14C2B; }
a { background-color: rgb(177,76,43); }
div.DivClassName
{
background-color: #B14C2B;
}
.BgClassName
{
background-color: #B14C2B;
}
</style>
border-color css
<style>
span { border-color: #B14C2B; }
span { border-color: rgb(177,76,43); }
td.TdClassName
{
border-color: #B14C2B;
}
.TagClassName
{
border-color: #B14C2B;
}
</style>