Shades of Rouge #B2346B
Tints of Rouge #B2346B
RGB
CMYK
RGB Variations
Color information
#B2346B (or 0xB2346B) is known color: Rouge. HEX triplet: B2, 34 and 6B. RGB value is (178,52,107). Sum of RGB (Red+Green+Blue) = 178+52+107=337 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.82% from 337); Green value is 52 (20.70% from 255 or 15.43% from 337); Blue value is 107 (42.19% from 255 or 31.75% from 337); Max value from RGB is 178 - color contains mainly: red. Hex color #B2346B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2346B is #4DCB94. Grayscale: #5F5F5F. Windows color (decimal): -5098389 or 7025842. OLE color: 7025842.
HSL color Cylindrical-coordinate representation of color #B2346B: hue angle of 333.81º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B2346B is Cyan = 0, Magento = 0.71, Yellow = 0.40 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 52 | 107 | - |
| CMYK | 0 | 0.71 | 0.40 | 0.30 |
| HSL | 333.81º | 0.55% | 0.45% | - |
| HSV(B) | 333.81º | 0.71% | 0.7% | - |
| XYZ | 22.24 | 12.98 | 15.24 | - |
| YUV | 95.94 | 134.24 | 186.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 52 | 107 | 0 | 0.71 | 0.40 | 0.30 | 333.81 | 0.55 | 0.45 |
| Hex | B2 | 34 | 6B | 0 | 47 | 28 | 1E | 14E | 37 | 2D |
| Octal | 262 | 64 | 153 | 0 | 107 | 50 | 36 | 516 | 67 | 55 |
| Binary | 10110010 | 110100 | 1101011 | 0 | 1000111 | 101000 | 11110 | 101001110 | 110111 | 101101 |
Color Harmonies of #B2346B
Complementary color
Monochromatic Colors of #B2346B
Black with #B2346B
Text Example
Text Example
White with #B2346B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2346B; }
p { color: rgb(178,52,107); }
H1.HeaderClassName
{
color: #B2346B;
}
.AnyTagClassName
{
color: #B2346B;
}
</style>
background-color css
<style>
a { background-color: #B2346B; }
a { background-color: rgb(178,52,107); }
div.DivClassName
{
background-color: #B2346B;
}
.BgClassName
{
background-color: #B2346B;
}
</style>
border-color css
<style>
span { border-color: #B2346B; }
span { border-color: rgb(178,52,107); }
td.TdClassName
{
border-color: #B2346B;
}
.TagClassName
{
border-color: #B2346B;
}
</style>