Shades of Rose Of Sharon #B25322
Tints of Rose Of Sharon #B25322
RGB
CMYK
RGB Variations
Color information
#B25322 (or 0xB25322) is known color: Rose Of Sharon. HEX triplet: B2, 53 and 22. RGB value is (178,83,34). Sum of RGB (Red+Green+Blue) = 178+83+34=295 (39% of max value = 765). Red value is 178 (69.92% from 255 or 60.34% from 295); Green value is 83 (32.81% from 255 or 28.14% from 295); Blue value is 34 (13.67% from 255 or 11.53% from 295); Max value from RGB is 178 - color contains mainly: red. Hex color #B25322 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25322 is #4DACDD. Grayscale: #6A6A6A. Windows color (decimal): -5090526 or 2249650. OLE color: 2249650.
HSL color Cylindrical-coordinate representation of color #B25322: hue angle of 20.42º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B25322 is Cyan = 0, Magento = 0.53, Yellow = 0.81 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 83 | 34 | - |
| CMYK | 0 | 0.53 | 0.81 | 0.30 |
| HSL | 20.42º | 0.68% | 0.42% | - |
| HSV(B) | 20.42º | 0.81% | 0.7% | - |
| XYZ | 21.74 | 15.77 | 3.41 | - |
| YUV | 105.82 | 87.47 | 179.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 83 | 34 | 0 | 0.53 | 0.81 | 0.30 | 20.42 | 0.68 | 0.42 |
| Hex | B2 | 53 | 22 | 0 | 35 | 51 | 1E | 14 | 44 | 2A |
| Octal | 262 | 123 | 42 | 0 | 65 | 121 | 36 | 24 | 104 | 52 |
| Binary | 10110010 | 1010011 | 100010 | 0 | 110101 | 1010001 | 11110 | 10100 | 1000100 | 101010 |
Color Harmonies of #B25322
Complementary color
Monochromatic Colors of #B25322
Black with #B25322
Text Example
Text Example
White with #B25322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25322; }
p { color: rgb(178,83,34); }
H1.HeaderClassName
{
color: #B25322;
}
.AnyTagClassName
{
color: #B25322;
}
</style>
background-color css
<style>
a { background-color: #B25322; }
a { background-color: rgb(178,83,34); }
div.DivClassName
{
background-color: #B25322;
}
.BgClassName
{
background-color: #B25322;
}
</style>
border-color css
<style>
span { border-color: #B25322; }
span { border-color: rgb(178,83,34); }
td.TdClassName
{
border-color: #B25322;
}
.TagClassName
{
border-color: #B25322;
}
</style>