Shades of Rose Of Sharon #B65123
Tints of Rose Of Sharon #B65123
RGB
CMYK
RGB Variations
Color information
#B65123 (or 0xB65123) is known color: Rose Of Sharon. HEX triplet: B6, 51 and 23. RGB value is (182,81,35). Sum of RGB (Red+Green+Blue) = 182+81+35=298 (39% of max value = 765). Red value is 182 (71.48% from 255 or 61.07% from 298); Green value is 81 (32.03% from 255 or 27.18% from 298); Blue value is 35 (14.06% from 255 or 11.74% from 298); Max value from RGB is 182 - color contains mainly: red. Hex color #B65123 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B65123 is #49AEDC. Grayscale: #6A6A6A. Windows color (decimal): -4828893 or 2314678. OLE color: 2314678.
HSL color Cylindrical-coordinate representation of color #B65123: hue angle of 18.78º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B65123 is Cyan = 0, Magento = 0.55, Yellow = 0.81 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 81 | 35 | - |
| CMYK | 0 | 0.55 | 0.81 | 0.29 |
| HSL | 18.78º | 0.68% | 0.43% | - |
| HSV(B) | 18.78º | 0.81% | 0.71% | - |
| XYZ | 22.54 | 15.95 | 3.48 | - |
| YUV | 105.96 | 87.96 | 182.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 81 | 35 | 0 | 0.55 | 0.81 | 0.29 | 18.78 | 0.68 | 0.43 |
| Hex | B6 | 51 | 23 | 0 | 37 | 51 | 1D | 13 | 44 | 2B |
| Octal | 266 | 121 | 43 | 0 | 67 | 121 | 35 | 23 | 104 | 53 |
| Binary | 10110110 | 1010001 | 100011 | 0 | 110111 | 1010001 | 11101 | 10011 | 1000100 | 101011 |
Color Harmonies of #B65123
Complementary color
Monochromatic Colors of #B65123
Black with #B65123
Text Example
Text Example
White with #B65123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B65123; }
p { color: rgb(182,81,35); }
H1.HeaderClassName
{
color: #B65123;
}
.AnyTagClassName
{
color: #B65123;
}
</style>
background-color css
<style>
a { background-color: #B65123; }
a { background-color: rgb(182,81,35); }
div.DivClassName
{
background-color: #B65123;
}
.BgClassName
{
background-color: #B65123;
}
</style>
border-color css
<style>
span { border-color: #B65123; }
span { border-color: rgb(182,81,35); }
td.TdClassName
{
border-color: #B65123;
}
.TagClassName
{
border-color: #B65123;
}
</style>