Shades of Rouge #B2406C
Tints of Rouge #B2406C
RGB
CMYK
RGB Variations
Color information
#B2406C (or 0xB2406C) is known color: Rouge. HEX triplet: B2, 40 and 6C. RGB value is (178,64,108). Sum of RGB (Red+Green+Blue) = 178+64+108=350 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.86% from 350); Green value is 64 (25.39% from 255 or 18.29% from 350); Blue value is 108 (42.58% from 255 or 30.86% from 350); Max value from RGB is 178 - color contains mainly: red. Hex color #B2406C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2406C is #4DBF93. Grayscale: #676767. Windows color (decimal): -5095316 or 7094450. OLE color: 7094450.
HSL color Cylindrical-coordinate representation of color #B2406C: hue angle of 336.84º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B2406C is Cyan = 0, Magento = 0.64, Yellow = 0.39 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 64 | 108 | - |
| CMYK | 0 | 0.64 | 0.39 | 0.30 |
| HSL | 336.84º | 0.47% | 0.47% | - |
| HSV(B) | 336.84º | 0.64% | 0.7% | - |
| XYZ | 22.9 | 14.21 | 15.72 | - |
| YUV | 103.1 | 130.77 | 181.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 64 | 108 | 0 | 0.64 | 0.39 | 0.30 | 336.84 | 0.47 | 0.47 |
| Hex | B2 | 40 | 6C | 0 | 40 | 27 | 1E | 151 | 2F | 2F |
| Octal | 262 | 100 | 154 | 0 | 100 | 47 | 36 | 521 | 57 | 57 |
| Binary | 10110010 | 1000000 | 1101100 | 0 | 1000000 | 100111 | 11110 | 101010001 | 101111 | 101111 |
Color Harmonies of #B2406C
Complementary color
Monochromatic Colors of #B2406C
Black with #B2406C
Text Example
Text Example
White with #B2406C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2406C; }
p { color: rgb(178,64,108); }
H1.HeaderClassName
{
color: #B2406C;
}
.AnyTagClassName
{
color: #B2406C;
}
</style>
background-color css
<style>
a { background-color: #B2406C; }
a { background-color: rgb(178,64,108); }
div.DivClassName
{
background-color: #B2406C;
}
.BgClassName
{
background-color: #B2406C;
}
</style>
border-color css
<style>
span { border-color: #B2406C; }
span { border-color: rgb(178,64,108); }
td.TdClassName
{
border-color: #B2406C;
}
.TagClassName
{
border-color: #B2406C;
}
</style>