Shades of Rouge #B4346C
Tints of Rouge #B4346C
RGB
CMYK
RGB Variations
Color information
#B4346C (or 0xB4346C) is known color: Rouge. HEX triplet: B4, 34 and 6C. RGB value is (180,52,108). Sum of RGB (Red+Green+Blue) = 180+52+108=340 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.94% from 340); Green value is 52 (20.70% from 255 or 15.29% from 340); Blue value is 108 (42.58% from 255 or 31.76% from 340); Max value from RGB is 180 - color contains mainly: red. Hex color #B4346C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4346C is #4BCB93. Grayscale: #606060. Windows color (decimal): -4967316 or 7091380. OLE color: 7091380.
HSL color Cylindrical-coordinate representation of color #B4346C: hue angle of 333.75º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B4346C is Cyan = 0, Magento = 0.71, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 52 | 108 | - |
| CMYK | 0 | 0.71 | 0.40 | 0.29 |
| HSL | 333.75º | 0.55% | 0.45% | - |
| HSV(B) | 333.75º | 0.71% | 0.71% | - |
| XYZ | 22.76 | 13.24 | 15.54 | - |
| YUV | 96.66 | 134.41 | 187.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 52 | 108 | 0 | 0.71 | 0.40 | 0.29 | 333.75 | 0.55 | 0.45 |
| Hex | B4 | 34 | 6C | 0 | 47 | 28 | 1D | 14E | 37 | 2D |
| Octal | 264 | 64 | 154 | 0 | 107 | 50 | 35 | 516 | 67 | 55 |
| Binary | 10110100 | 110100 | 1101100 | 0 | 1000111 | 101000 | 11101 | 101001110 | 110111 | 101101 |
Color Harmonies of #B4346C
Complementary color
Monochromatic Colors of #B4346C
Black with #B4346C
Text Example
Text Example
White with #B4346C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4346C; }
p { color: rgb(180,52,108); }
H1.HeaderClassName
{
color: #B4346C;
}
.AnyTagClassName
{
color: #B4346C;
}
</style>
background-color css
<style>
a { background-color: #B4346C; }
a { background-color: rgb(180,52,108); }
div.DivClassName
{
background-color: #B4346C;
}
.BgClassName
{
background-color: #B4346C;
}
</style>
border-color css
<style>
span { border-color: #B4346C; }
span { border-color: rgb(180,52,108); }
td.TdClassName
{
border-color: #B4346C;
}
.TagClassName
{
border-color: #B4346C;
}
</style>