Shades of Rouge #B4396C
Tints of Rouge #B4396C
RGB
CMYK
RGB Variations
Color information
#B4396C (or 0xB4396C) is known color: Rouge. HEX triplet: B4, 39 and 6C. RGB value is (180,57,108). Sum of RGB (Red+Green+Blue) = 180+57+108=345 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.17% from 345); Green value is 57 (22.66% from 255 or 16.52% from 345); Blue value is 108 (42.58% from 255 or 31.30% from 345); Max value from RGB is 180 - color contains mainly: red. Hex color #B4396C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4396C is #4BC693. Grayscale: #636363. Windows color (decimal): -4966036 or 7092660. OLE color: 7092660.
HSL color Cylindrical-coordinate representation of color #B4396C: hue angle of 335.12º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B4396C is Cyan = 0, Magento = 0.68, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 57 | 108 | - |
| CMYK | 0 | 0.68 | 0.40 | 0.29 |
| HSL | 335.12º | 0.52% | 0.46% | - |
| HSV(B) | 335.12º | 0.68% | 0.71% | - |
| XYZ | 22.99 | 13.71 | 15.62 | - |
| YUV | 99.59 | 132.75 | 185.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 57 | 108 | 0 | 0.68 | 0.40 | 0.29 | 335.12 | 0.52 | 0.46 |
| Hex | B4 | 39 | 6C | 0 | 44 | 28 | 1D | 14F | 34 | 2E |
| Octal | 264 | 71 | 154 | 0 | 104 | 50 | 35 | 517 | 64 | 56 |
| Binary | 10110100 | 111001 | 1101100 | 0 | 1000100 | 101000 | 11101 | 101001111 | 110100 | 101110 |
Color Harmonies of #B4396C
Complementary color
Monochromatic Colors of #B4396C
Black with #B4396C
Text Example
Text Example
White with #B4396C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4396C; }
p { color: rgb(180,57,108); }
H1.HeaderClassName
{
color: #B4396C;
}
.AnyTagClassName
{
color: #B4396C;
}
</style>
background-color css
<style>
a { background-color: #B4396C; }
a { background-color: rgb(180,57,108); }
div.DivClassName
{
background-color: #B4396C;
}
.BgClassName
{
background-color: #B4396C;
}
</style>
border-color css
<style>
span { border-color: #B4396C; }
span { border-color: rgb(180,57,108); }
td.TdClassName
{
border-color: #B4396C;
}
.TagClassName
{
border-color: #B4396C;
}
</style>