Shades of Rouge #B4296B
Tints of Rouge #B4296B
RGB
CMYK
RGB Variations
Color information
#B4296B (or 0xB4296B) is known color: Rouge. HEX triplet: B4, 29 and 6B. RGB value is (180,41,107). Sum of RGB (Red+Green+Blue) = 180+41+107=328 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.88% from 328); Green value is 41 (16.41% from 255 or 12.5% from 328); Blue value is 107 (42.19% from 255 or 32.62% from 328); Max value from RGB is 180 - color contains mainly: red. Hex color #B4296B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4296B is #4BD694. Grayscale: #595959. Windows color (decimal): -4970133 or 7023028. OLE color: 7023028.
HSL color Cylindrical-coordinate representation of color #B4296B: hue angle of 331.51º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B4296B is Cyan = 0, Magento = 0.77, Yellow = 0.41 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 41 | 107 | - |
| CMYK | 0 | 0.77 | 0.41 | 0.29 |
| HSL | 331.51º | 0.63% | 0.43% | - |
| HSV(B) | 331.51º | 0.77% | 0.71% | - |
| XYZ | 22.27 | 12.35 | 15.12 | - |
| YUV | 90.09 | 137.55 | 192.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 41 | 107 | 0 | 0.77 | 0.41 | 0.29 | 331.51 | 0.63 | 0.43 |
| Hex | B4 | 29 | 6B | 0 | 4D | 29 | 1D | 14C | 3F | 2B |
| Octal | 264 | 51 | 153 | 0 | 115 | 51 | 35 | 514 | 77 | 53 |
| Binary | 10110100 | 101001 | 1101011 | 0 | 1001101 | 101001 | 11101 | 101001100 | 111111 | 101011 |
Color Harmonies of #B4296B
Complementary color
Monochromatic Colors of #B4296B
Black with #B4296B
Text Example
Text Example
White with #B4296B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4296B; }
p { color: rgb(180,41,107); }
H1.HeaderClassName
{
color: #B4296B;
}
.AnyTagClassName
{
color: #B4296B;
}
</style>
background-color css
<style>
a { background-color: #B4296B; }
a { background-color: rgb(180,41,107); }
div.DivClassName
{
background-color: #B4296B;
}
.BgClassName
{
background-color: #B4296B;
}
</style>
border-color css
<style>
span { border-color: #B4296B; }
span { border-color: rgb(180,41,107); }
td.TdClassName
{
border-color: #B4296B;
}
.TagClassName
{
border-color: #B4296B;
}
</style>