Shades of Rose Of Sharon #B14823
Tints of Rose Of Sharon #B14823
RGB
CMYK
RGB Variations
Color information
#B14823 (or 0xB14823) is known color: Rose Of Sharon. HEX triplet: B1, 48 and 23. RGB value is (177,72,35). Sum of RGB (Red+Green+Blue) = 177+72+35=284 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.32% from 284); Green value is 72 (28.52% from 255 or 25.35% from 284); Blue value is 35 (14.06% from 255 or 12.32% from 284); Max value from RGB is 177 - color contains mainly: red. Hex color #B14823 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14823 is #4EB7DC. Grayscale: #636363. Windows color (decimal): -5158877 or 2312369. OLE color: 2312369.
HSL color Cylindrical-coordinate representation of color #B14823: hue angle of 15.63º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B14823 is Cyan = 0, Magento = 0.59, Yellow = 0.80 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 72 | 35 | - |
| CMYK | 0 | 0.59 | 0.80 | 0.31 |
| HSL | 15.63º | 0.67% | 0.42% | - |
| HSV(B) | 15.63º | 0.8% | 0.69% | - |
| XYZ | 20.75 | 14.1 | 3.22 | - |
| YUV | 99.18 | 91.79 | 183.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 72 | 35 | 0 | 0.59 | 0.80 | 0.31 | 15.63 | 0.67 | 0.42 |
| Hex | B1 | 48 | 23 | 0 | 3B | 50 | 1F | 10 | 43 | 2A |
| Octal | 261 | 110 | 43 | 0 | 73 | 120 | 37 | 20 | 103 | 52 |
| Binary | 10110001 | 1001000 | 100011 | 0 | 111011 | 1010000 | 11111 | 10000 | 1000011 | 101010 |
Color Harmonies of #B14823
Complementary color
Monochromatic Colors of #B14823
Black with #B14823
Text Example
Text Example
White with #B14823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14823; }
p { color: rgb(177,72,35); }
H1.HeaderClassName
{
color: #B14823;
}
.AnyTagClassName
{
color: #B14823;
}
</style>
background-color css
<style>
a { background-color: #B14823; }
a { background-color: rgb(177,72,35); }
div.DivClassName
{
background-color: #B14823;
}
.BgClassName
{
background-color: #B14823;
}
</style>
border-color css
<style>
span { border-color: #B14823; }
span { border-color: rgb(177,72,35); }
td.TdClassName
{
border-color: #B14823;
}
.TagClassName
{
border-color: #B14823;
}
</style>