Shades of Rose Of Sharon #B34F29
Tints of Rose Of Sharon #B34F29
RGB
CMYK
RGB Variations
Color information
#B34F29 (or 0xB34F29) is known color: Rose Of Sharon. HEX triplet: B3, 4F and 29. RGB value is (179,79,41). Sum of RGB (Red+Green+Blue) = 179+79+41=299 (39% of max value = 765). Red value is 179 (70.31% from 255 or 59.87% from 299); Green value is 79 (31.25% from 255 or 26.42% from 299); Blue value is 41 (16.41% from 255 or 13.71% from 299); Max value from RGB is 179 - color contains mainly: red. Hex color #B34F29 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B34F29 is #4CB0D6. Grayscale: #686868. Windows color (decimal): -5026007 or 2707379. OLE color: 2707379.
HSL color Cylindrical-coordinate representation of color #B34F29: hue angle of 16.52º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B34F29 is Cyan = 0, Magento = 0.56, Yellow = 0.77 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 79 | 41 | - |
| CMYK | 0 | 0.56 | 0.77 | 0.30 |
| HSL | 16.52º | 0.63% | 0.43% | - |
| HSV(B) | 16.52º | 0.77% | 0.7% | - |
| XYZ | 21.79 | 15.34 | 3.91 | - |
| YUV | 104.57 | 92.13 | 181.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 79 | 41 | 0 | 0.56 | 0.77 | 0.30 | 16.52 | 0.63 | 0.43 |
| Hex | B3 | 4F | 29 | 0 | 38 | 4D | 1E | 11 | 3F | 2B |
| Octal | 263 | 117 | 51 | 0 | 70 | 115 | 36 | 21 | 77 | 53 |
| Binary | 10110011 | 1001111 | 101001 | 0 | 111000 | 1001101 | 11110 | 10001 | 111111 | 101011 |
Color Harmonies of #B34F29
Complementary color
Monochromatic Colors of #B34F29
Black with #B34F29
Text Example
Text Example
White with #B34F29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34F29; }
p { color: rgb(179,79,41); }
H1.HeaderClassName
{
color: #B34F29;
}
.AnyTagClassName
{
color: #B34F29;
}
</style>
background-color css
<style>
a { background-color: #B34F29; }
a { background-color: rgb(179,79,41); }
div.DivClassName
{
background-color: #B34F29;
}
.BgClassName
{
background-color: #B34F29;
}
</style>
border-color css
<style>
span { border-color: #B34F29; }
span { border-color: rgb(179,79,41); }
td.TdClassName
{
border-color: #B34F29;
}
.TagClassName
{
border-color: #B34F29;
}
</style>