Shades of Rouge #B2286C
Tints of Rouge #B2286C
RGB
CMYK
RGB Variations
Color information
#B2286C (or 0xB2286C) is known color: Rouge. HEX triplet: B2, 28 and 6C. RGB value is (178,40,108). Sum of RGB (Red+Green+Blue) = 178+40+108=326 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.60% from 326); Green value is 40 (16.02% from 255 or 12.27% from 326); Blue value is 108 (42.58% from 255 or 33.13% from 326); Max value from RGB is 178 - color contains mainly: red. Hex color #B2286C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2286C is #4DD793. Grayscale: #585858. Windows color (decimal): -5101460 or 7088306. OLE color: 7088306.
HSL color Cylindrical-coordinate representation of color #B2286C: hue angle of 330.43º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B2286C is Cyan = 0, Magento = 0.78, Yellow = 0.39 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 40 | 108 | - |
| CMYK | 0 | 0.78 | 0.39 | 0.30 |
| HSL | 330.43º | 0.63% | 0.43% | - |
| HSV(B) | 330.43º | 0.78% | 0.7% | - |
| XYZ | 21.83 | 12.07 | 15.37 | - |
| YUV | 89.01 | 138.72 | 191.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 40 | 108 | 0 | 0.78 | 0.39 | 0.30 | 330.43 | 0.63 | 0.43 |
| Hex | B2 | 28 | 6C | 0 | 4E | 27 | 1E | 14A | 3F | 2B |
| Octal | 262 | 50 | 154 | 0 | 116 | 47 | 36 | 512 | 77 | 53 |
| Binary | 10110010 | 101000 | 1101100 | 0 | 1001110 | 100111 | 11110 | 101001010 | 111111 | 101011 |
Color Harmonies of #B2286C
Complementary color
Monochromatic Colors of #B2286C
Black with #B2286C
Text Example
Text Example
White with #B2286C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2286C; }
p { color: rgb(178,40,108); }
H1.HeaderClassName
{
color: #B2286C;
}
.AnyTagClassName
{
color: #B2286C;
}
</style>
background-color css
<style>
a { background-color: #B2286C; }
a { background-color: rgb(178,40,108); }
div.DivClassName
{
background-color: #B2286C;
}
.BgClassName
{
background-color: #B2286C;
}
</style>
border-color css
<style>
span { border-color: #B2286C; }
span { border-color: rgb(178,40,108); }
td.TdClassName
{
border-color: #B2286C;
}
.TagClassName
{
border-color: #B2286C;
}
</style>