Shades of Rose Of Sharon #B64A28
Tints of Rose Of Sharon #B64A28
RGB
CMYK
RGB Variations
Color information
#B64A28 (or 0xB64A28) is known color: Rose Of Sharon. HEX triplet: B6, 4A and 28. RGB value is (182,74,40). Sum of RGB (Red+Green+Blue) = 182+74+40=296 (39% of max value = 765). Red value is 182 (71.48% from 255 or 61.49% from 296); Green value is 74 (29.30% from 255 or 25% from 296); Blue value is 40 (16.02% from 255 or 13.51% from 296); Max value from RGB is 182 - color contains mainly: red. Hex color #B64A28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B64A28 is #49B5D7. Grayscale: #666666. Windows color (decimal): -4830680 or 2640566. OLE color: 2640566.
HSL color Cylindrical-coordinate representation of color #B64A28: hue angle of 14.37º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B64A28 is Cyan = 0, Magento = 0.59, Yellow = 0.78 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 74 | 40 | - |
| CMYK | 0 | 0.59 | 0.78 | 0.29 |
| HSL | 14.37º | 0.64% | 0.44% | - |
| HSV(B) | 14.37º | 0.78% | 0.71% | - |
| XYZ | 22.12 | 15 | 3.74 | - |
| YUV | 102.42 | 92.78 | 184.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 74 | 40 | 0 | 0.59 | 0.78 | 0.29 | 14.37 | 0.64 | 0.44 |
| Hex | B6 | 4A | 28 | 0 | 3B | 4E | 1D | E | 40 | 2C |
| Octal | 266 | 112 | 50 | 0 | 73 | 116 | 35 | 16 | 100 | 54 |
| Binary | 10110110 | 1001010 | 101000 | 0 | 111011 | 1001110 | 11101 | 1110 | 1000000 | 101100 |
Color Harmonies of #B64A28
Complementary color
Monochromatic Colors of #B64A28
Black with #B64A28
Text Example
Text Example
White with #B64A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64A28; }
p { color: rgb(182,74,40); }
H1.HeaderClassName
{
color: #B64A28;
}
.AnyTagClassName
{
color: #B64A28;
}
</style>
background-color css
<style>
a { background-color: #B64A28; }
a { background-color: rgb(182,74,40); }
div.DivClassName
{
background-color: #B64A28;
}
.BgClassName
{
background-color: #B64A28;
}
</style>
border-color css
<style>
span { border-color: #B64A28; }
span { border-color: rgb(182,74,40); }
td.TdClassName
{
border-color: #B64A28;
}
.TagClassName
{
border-color: #B64A28;
}
</style>