Shades of Rose Of Sharon #B74725
Tints of Rose Of Sharon #B74725
RGB
CMYK
RGB Variations
Color information
#B74725 (or 0xB74725) is known color: Rose Of Sharon. HEX triplet: B7, 47 and 25. RGB value is (183,71,37). Sum of RGB (Red+Green+Blue) = 183+71+37=291 (38% of max value = 765). Red value is 183 (71.88% from 255 or 62.89% from 291); Green value is 71 (28.12% from 255 or 24.40% from 291); Blue value is 37 (14.84% from 255 or 12.71% from 291); Max value from RGB is 183 - color contains mainly: red. Hex color #B74725 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B74725 is #48B8DA. Grayscale: #646464. Windows color (decimal): -4765915 or 2443191. OLE color: 2443191.
HSL color Cylindrical-coordinate representation of color #B74725: hue angle of 13.97º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B74725 is Cyan = 0, Magento = 0.61, Yellow = 0.80 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 71 | 37 | - |
| CMYK | 0 | 0.61 | 0.80 | 0.28 |
| HSL | 13.97º | 0.66% | 0.43% | - |
| HSV(B) | 13.97º | 0.8% | 0.72% | - |
| XYZ | 22.12 | 14.71 | 3.42 | - |
| YUV | 100.61 | 92.11 | 186.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 71 | 37 | 0 | 0.61 | 0.80 | 0.28 | 13.97 | 0.66 | 0.43 |
| Hex | B7 | 47 | 25 | 0 | 3D | 50 | 1C | E | 42 | 2B |
| Octal | 267 | 107 | 45 | 0 | 75 | 120 | 34 | 16 | 102 | 53 |
| Binary | 10110111 | 1000111 | 100101 | 0 | 111101 | 1010000 | 11100 | 1110 | 1000010 | 101011 |
Color Harmonies of #B74725
Complementary color
Monochromatic Colors of #B74725
Black with #B74725
Text Example
Text Example
White with #B74725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74725; }
p { color: rgb(183,71,37); }
H1.HeaderClassName
{
color: #B74725;
}
.AnyTagClassName
{
color: #B74725;
}
</style>
background-color css
<style>
a { background-color: #B74725; }
a { background-color: rgb(183,71,37); }
div.DivClassName
{
background-color: #B74725;
}
.BgClassName
{
background-color: #B74725;
}
</style>
border-color css
<style>
span { border-color: #B74725; }
span { border-color: rgb(183,71,37); }
td.TdClassName
{
border-color: #B74725;
}
.TagClassName
{
border-color: #B74725;
}
</style>