Shades of Rouge #B43168
Tints of Rouge #B43168
RGB
CMYK
RGB Variations
Color information
#B43168 (or 0xB43168) is known color: Rouge. HEX triplet: B4, 31 and 68. RGB value is (180,49,104). Sum of RGB (Red+Green+Blue) = 180+49+104=333 (44% of max value = 765). Red value is 180 (70.70% from 255 or 54.05% from 333); Green value is 49 (19.53% from 255 or 14.71% from 333); Blue value is 104 (41.02% from 255 or 31.23% from 333); Max value from RGB is 180 - color contains mainly: red. Hex color #B43168 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B43168 is #4BCE97. Grayscale: #5E5E5E. Windows color (decimal): -4968088 or 6828468. OLE color: 6828468.
HSL color Cylindrical-coordinate representation of color #B43168: hue angle of 334.81º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B43168 is Cyan = 0, Magento = 0.73, Yellow = 0.42 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 49 | 104 | - |
| CMYK | 0 | 0.73 | 0.42 | 0.29 |
| HSL | 334.81º | 0.57% | 0.45% | - |
| HSV(B) | 334.81º | 0.73% | 0.71% | - |
| XYZ | 22.42 | 12.9 | 14.4 | - |
| YUV | 94.44 | 133.4 | 189.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 49 | 104 | 0 | 0.73 | 0.42 | 0.29 | 334.81 | 0.57 | 0.45 |
| Hex | B4 | 31 | 68 | 0 | 49 | 2A | 1D | 14F | 39 | 2D |
| Octal | 264 | 61 | 150 | 0 | 111 | 52 | 35 | 517 | 71 | 55 |
| Binary | 10110100 | 110001 | 1101000 | 0 | 1001001 | 101010 | 11101 | 101001111 | 111001 | 101101 |
Color Harmonies of #B43168
Complementary color
Monochromatic Colors of #B43168
Black with #B43168
Text Example
Text Example
White with #B43168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43168; }
p { color: rgb(180,49,104); }
H1.HeaderClassName
{
color: #B43168;
}
.AnyTagClassName
{
color: #B43168;
}
</style>
background-color css
<style>
a { background-color: #B43168; }
a { background-color: rgb(180,49,104); }
div.DivClassName
{
background-color: #B43168;
}
.BgClassName
{
background-color: #B43168;
}
</style>
border-color css
<style>
span { border-color: #B43168; }
span { border-color: rgb(180,49,104); }
td.TdClassName
{
border-color: #B43168;
}
.TagClassName
{
border-color: #B43168;
}
</style>