Shades of Rouge #B23B60
Tints of Rouge #B23B60
RGB
CMYK
RGB Variations
Color information
#B23B60 (or 0xB23B60) is known color: Rouge. HEX triplet: B2, 3B and 60. RGB value is (178,59,96). Sum of RGB (Red+Green+Blue) = 178+59+96=333 (44% of max value = 765). Red value is 178 (69.92% from 255 or 53.45% from 333); Green value is 59 (23.44% from 255 or 17.72% from 333); Blue value is 96 (37.89% from 255 or 28.83% from 333); Max value from RGB is 178 - color contains mainly: red. Hex color #B23B60 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23B60 is #4DC49F. Grayscale: #626262. Windows color (decimal): -5096608 or 6306738. OLE color: 6306738.
HSL color Cylindrical-coordinate representation of color #B23B60: hue angle of 341.34º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B23B60 is Cyan = 0, Magento = 0.67, Yellow = 0.46 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 59 | 96 | - |
| CMYK | 0 | 0.67 | 0.46 | 0.30 |
| HSL | 341.34º | 0.5% | 0.46% | - |
| HSV(B) | 341.34º | 0.67% | 0.7% | - |
| XYZ | 22.04 | 13.44 | 12.5 | - |
| YUV | 98.8 | 126.42 | 184.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 59 | 96 | 0 | 0.67 | 0.46 | 0.30 | 341.34 | 0.5 | 0.46 |
| Hex | B2 | 3B | 60 | 0 | 43 | 2E | 1E | 155 | 32 | 2E |
| Octal | 262 | 73 | 140 | 0 | 103 | 56 | 36 | 525 | 62 | 56 |
| Binary | 10110010 | 111011 | 1100000 | 0 | 1000011 | 101110 | 11110 | 101010101 | 110010 | 101110 |
Color Harmonies of #B23B60
Complementary color
Monochromatic Colors of #B23B60
Black with #B23B60
Text Example
Text Example
White with #B23B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23B60; }
p { color: rgb(178,59,96); }
H1.HeaderClassName
{
color: #B23B60;
}
.AnyTagClassName
{
color: #B23B60;
}
</style>
background-color css
<style>
a { background-color: #B23B60; }
a { background-color: rgb(178,59,96); }
div.DivClassName
{
background-color: #B23B60;
}
.BgClassName
{
background-color: #B23B60;
}
</style>
border-color css
<style>
span { border-color: #B23B60; }
span { border-color: rgb(178,59,96); }
td.TdClassName
{
border-color: #B23B60;
}
.TagClassName
{
border-color: #B23B60;
}
</style>