Shades of Rouge #B34569
Tints of Rouge #B34569
RGB
CMYK
RGB Variations
Color information
#B34569 (or 0xB34569) is known color: Rouge. HEX triplet: B3, 45 and 69. RGB value is (179,69,105). Sum of RGB (Red+Green+Blue) = 179+69+105=353 (46% of max value = 765). Red value is 179 (70.31% from 255 or 50.71% from 353); Green value is 69 (27.34% from 255 or 19.55% from 353); Blue value is 105 (41.41% from 255 or 29.75% from 353); Max value from RGB is 179 - color contains mainly: red. Hex color #B34569 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B34569 is #4CBA96. Grayscale: #696969. Windows color (decimal): -5028503 or 6899123. OLE color: 6899123.
HSL color Cylindrical-coordinate representation of color #B34569: hue angle of 340.36º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B34569 is Cyan = 0, Magento = 0.61, Yellow = 0.41 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 69 | 105 | - |
| CMYK | 0 | 0.61 | 0.41 | 0.30 |
| HSL | 340.36º | 0.44% | 0.49% | - |
| HSV(B) | 340.36º | 0.61% | 0.7% | - |
| XYZ | 23.27 | 14.86 | 15.01 | - |
| YUV | 105.99 | 127.44 | 180.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 69 | 105 | 0 | 0.61 | 0.41 | 0.30 | 340.36 | 0.44 | 0.49 |
| Hex | B3 | 45 | 69 | 0 | 3D | 29 | 1E | 154 | 2C | 31 |
| Octal | 263 | 105 | 151 | 0 | 75 | 51 | 36 | 524 | 54 | 61 |
| Binary | 10110011 | 1000101 | 1101001 | 0 | 111101 | 101001 | 11110 | 101010100 | 101100 | 110001 |
Color Harmonies of #B34569
Complementary color
Monochromatic Colors of #B34569
Black with #B34569
Text Example
Text Example
White with #B34569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34569; }
p { color: rgb(179,69,105); }
H1.HeaderClassName
{
color: #B34569;
}
.AnyTagClassName
{
color: #B34569;
}
</style>
background-color css
<style>
a { background-color: #B34569; }
a { background-color: rgb(179,69,105); }
div.DivClassName
{
background-color: #B34569;
}
.BgClassName
{
background-color: #B34569;
}
</style>
border-color css
<style>
span { border-color: #B34569; }
span { border-color: rgb(179,69,105); }
td.TdClassName
{
border-color: #B34569;
}
.TagClassName
{
border-color: #B34569;
}
</style>