Shades of Rose Of Sharon #B14A2F
Tints of Rose Of Sharon #B14A2F
RGB
CMYK
RGB Variations
Color information
#B14A2F (or 0xB14A2F) is known color: Rose Of Sharon. HEX triplet: B1, 4A and 2F. RGB value is (177,74,47). Sum of RGB (Red+Green+Blue) = 177+74+47=298 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.40% from 298); Green value is 74 (29.30% from 255 or 24.83% from 298); Blue value is 47 (18.75% from 255 or 15.77% from 298); Max value from RGB is 177 - color contains mainly: red. Hex color #B14A2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14A2F is #4EB5D0. Grayscale: #656565. Windows color (decimal): -5158353 or 3099313. OLE color: 3099313.
HSL color Cylindrical-coordinate representation of color #B14A2F: hue angle of 12.46º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B14A2F is Cyan = 0, Magento = 0.58, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 74 | 47 | - |
| CMYK | 0 | 0.58 | 0.73 | 0.31 |
| HSL | 12.46º | 0.58% | 0.44% | - |
| HSV(B) | 12.46º | 0.73% | 0.69% | - |
| XYZ | 21.09 | 14.45 | 4.37 | - |
| YUV | 101.72 | 97.12 | 181.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 74 | 47 | 0 | 0.58 | 0.73 | 0.31 | 12.46 | 0.58 | 0.44 |
| Hex | B1 | 4A | 2F | 0 | 3A | 49 | 1F | C | 3A | 2C |
| Octal | 261 | 112 | 57 | 0 | 72 | 111 | 37 | 14 | 72 | 54 |
| Binary | 10110001 | 1001010 | 101111 | 0 | 111010 | 1001001 | 11111 | 1100 | 111010 | 101100 |
Color Harmonies of #B14A2F
Complementary color
Monochromatic Colors of #B14A2F
Black with #B14A2F
Text Example
Text Example
White with #B14A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14A2F; }
p { color: rgb(177,74,47); }
H1.HeaderClassName
{
color: #B14A2F;
}
.AnyTagClassName
{
color: #B14A2F;
}
</style>
background-color css
<style>
a { background-color: #B14A2F; }
a { background-color: rgb(177,74,47); }
div.DivClassName
{
background-color: #B14A2F;
}
.BgClassName
{
background-color: #B14A2F;
}
</style>
border-color css
<style>
span { border-color: #B14A2F; }
span { border-color: rgb(177,74,47); }
td.TdClassName
{
border-color: #B14A2F;
}
.TagClassName
{
border-color: #B14A2F;
}
</style>