Shades of Rose Of Sharon #B7482A
Tints of Rose Of Sharon #B7482A
RGB
CMYK
RGB Variations
Color information
#B7482A (or 0xB7482A) is known color: Rose Of Sharon. HEX triplet: B7, 48 and 2A. RGB value is (183,72,42). Sum of RGB (Red+Green+Blue) = 183+72+42=297 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61.62% from 297); Green value is 72 (28.52% from 255 or 24.24% from 297); Blue value is 42 (16.80% from 255 or 14.14% from 297); Max value from RGB is 183 - color contains mainly: red. Hex color #B7482A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7482A is #48B7D5. Grayscale: #666666. Windows color (decimal): -4765654 or 2771127. OLE color: 2771127.
HSL color Cylindrical-coordinate representation of color #B7482A: hue angle of 12.77º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B7482A is Cyan = 0, Magento = 0.61, Yellow = 0.77 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 72 | 42 | - |
| CMYK | 0 | 0.61 | 0.77 | 0.28 |
| HSL | 12.77º | 0.63% | 0.44% | - |
| HSV(B) | 12.77º | 0.77% | 0.72% | - |
| XYZ | 22.26 | 14.87 | 3.89 | - |
| YUV | 101.77 | 94.27 | 185.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 72 | 42 | 0 | 0.61 | 0.77 | 0.28 | 12.77 | 0.63 | 0.44 |
| Hex | B7 | 48 | 2A | 0 | 3D | 4D | 1C | D | 3F | 2C |
| Octal | 267 | 110 | 52 | 0 | 75 | 115 | 34 | 15 | 77 | 54 |
| Binary | 10110111 | 1001000 | 101010 | 0 | 111101 | 1001101 | 11100 | 1101 | 111111 | 101100 |
Color Harmonies of #B7482A
Complementary color
Monochromatic Colors of #B7482A
Black with #B7482A
Text Example
Text Example
White with #B7482A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7482A; }
p { color: rgb(183,72,42); }
H1.HeaderClassName
{
color: #B7482A;
}
.AnyTagClassName
{
color: #B7482A;
}
</style>
background-color css
<style>
a { background-color: #B7482A; }
a { background-color: rgb(183,72,42); }
div.DivClassName
{
background-color: #B7482A;
}
.BgClassName
{
background-color: #B7482A;
}
</style>
border-color css
<style>
span { border-color: #B7482A; }
span { border-color: rgb(183,72,42); }
td.TdClassName
{
border-color: #B7482A;
}
.TagClassName
{
border-color: #B7482A;
}
</style>