Shades of Rouge #B4396A
Tints of Rouge #B4396A
RGB
CMYK
RGB Variations
Color information
#B4396A (or 0xB4396A) is known color: Rouge. HEX triplet: B4, 39 and 6A. RGB value is (180,57,106). Sum of RGB (Red+Green+Blue) = 180+57+106=343 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.48% from 343); Green value is 57 (22.66% from 255 or 16.62% from 343); Blue value is 106 (41.80% from 255 or 30.90% from 343); Max value from RGB is 180 - color contains mainly: red. Hex color #B4396A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4396A is #4BC695. Grayscale: #636363. Windows color (decimal): -4966038 or 6961588. OLE color: 6961588.
HSL color Cylindrical-coordinate representation of color #B4396A: hue angle of 336.1º 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 #B4396A is Cyan = 0, Magento = 0.68, Yellow = 0.41 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 57 | 106 | - |
| CMYK | 0 | 0.68 | 0.41 | 0.29 |
| HSL | 336.1º | 0.52% | 0.46% | - |
| HSV(B) | 336.1º | 0.68% | 0.71% | - |
| XYZ | 22.89 | 13.67 | 15.07 | - |
| YUV | 99.36 | 131.75 | 185.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 57 | 106 | 0 | 0.68 | 0.41 | 0.29 | 336.1 | 0.52 | 0.46 |
| Hex | B4 | 39 | 6A | 0 | 44 | 29 | 1D | 150 | 34 | 2E |
| Octal | 264 | 71 | 152 | 0 | 104 | 51 | 35 | 520 | 64 | 56 |
| Binary | 10110100 | 111001 | 1101010 | 0 | 1000100 | 101001 | 11101 | 101010000 | 110100 | 101110 |
Color Harmonies of #B4396A
Complementary color
Monochromatic Colors of #B4396A
Black with #B4396A
Text Example
Text Example
White with #B4396A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4396A; }
p { color: rgb(180,57,106); }
H1.HeaderClassName
{
color: #B4396A;
}
.AnyTagClassName
{
color: #B4396A;
}
</style>
background-color css
<style>
a { background-color: #B4396A; }
a { background-color: rgb(180,57,106); }
div.DivClassName
{
background-color: #B4396A;
}
.BgClassName
{
background-color: #B4396A;
}
</style>
border-color css
<style>
span { border-color: #B4396A; }
span { border-color: rgb(180,57,106); }
td.TdClassName
{
border-color: #B4396A;
}
.TagClassName
{
border-color: #B4396A;
}
</style>