Shades of Rouge #B24668
Tints of Rouge #B24668
RGB
CMYK
RGB Variations
Color information
#B24668 (or 0xB24668) is known color: Rouge. HEX triplet: B2, 46 and 68. RGB value is (178,70,104). Sum of RGB (Red+Green+Blue) = 178+70+104=352 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.57% from 352); Green value is 70 (27.73% from 255 or 19.89% from 352); Blue value is 104 (41.02% from 255 or 29.55% from 352); Max value from RGB is 178 - color contains mainly: red. Hex color #B24668 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B24668 is #4DB997. Grayscale: #6A6A6A. Windows color (decimal): -5093784 or 6833842. OLE color: 6833842.
HSL color Cylindrical-coordinate representation of color #B24668: hue angle of 341.11º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B24668 is Cyan = 0, Magento = 0.61, Yellow = 0.42 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 70 | 104 | - |
| CMYK | 0 | 0.61 | 0.42 | 0.30 |
| HSL | 341.11º | 0.44% | 0.49% | - |
| HSV(B) | 341.11º | 0.61% | 0.7% | - |
| XYZ | 23.05 | 14.84 | 14.75 | - |
| YUV | 106.17 | 126.78 | 179.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 70 | 104 | 0 | 0.61 | 0.42 | 0.30 | 341.11 | 0.44 | 0.49 |
| Hex | B2 | 46 | 68 | 0 | 3D | 2A | 1E | 155 | 2C | 31 |
| Octal | 262 | 106 | 150 | 0 | 75 | 52 | 36 | 525 | 54 | 61 |
| Binary | 10110010 | 1000110 | 1101000 | 0 | 111101 | 101010 | 11110 | 101010101 | 101100 | 110001 |
Color Harmonies of #B24668
Complementary color
Monochromatic Colors of #B24668
Black with #B24668
Text Example
Text Example
White with #B24668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24668; }
p { color: rgb(178,70,104); }
H1.HeaderClassName
{
color: #B24668;
}
.AnyTagClassName
{
color: #B24668;
}
</style>
background-color css
<style>
a { background-color: #B24668; }
a { background-color: rgb(178,70,104); }
div.DivClassName
{
background-color: #B24668;
}
.BgClassName
{
background-color: #B24668;
}
</style>
border-color css
<style>
span { border-color: #B24668; }
span { border-color: rgb(178,70,104); }
td.TdClassName
{
border-color: #B24668;
}
.TagClassName
{
border-color: #B24668;
}
</style>