Shades of Rouge #B23672
Tints of Rouge #B23672
RGB
CMYK
RGB Variations
Color information
#B23672 (or 0xB23672) is known color: Rouge. HEX triplet: B2, 36 and 72. RGB value is (178,54,114). Sum of RGB (Red+Green+Blue) = 178+54+114=346 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.45% from 346); Green value is 54 (21.48% from 255 or 15.61% from 346); Blue value is 114 (44.92% from 255 or 32.95% from 346); Max value from RGB is 178 - color contains mainly: red. Hex color #B23672 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23672 is #4DC98D. Grayscale: #616161. Windows color (decimal): -5097870 or 7485106. OLE color: 7485106.
HSL color Cylindrical-coordinate representation of color #B23672: hue angle of 330.97º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B23672 is Cyan = 0, Magento = 0.70, Yellow = 0.36 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 54 | 114 | - |
| CMYK | 0 | 0.70 | 0.36 | 0.30 |
| HSL | 330.97º | 0.53% | 0.45% | - |
| HSV(B) | 330.97º | 0.7% | 0.7% | - |
| XYZ | 22.72 | 13.32 | 17.29 | - |
| YUV | 97.92 | 137.08 | 185.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 54 | 114 | 0 | 0.70 | 0.36 | 0.30 | 330.97 | 0.53 | 0.45 |
| Hex | B2 | 36 | 72 | 0 | 46 | 24 | 1E | 14B | 35 | 2D |
| Octal | 262 | 66 | 162 | 0 | 106 | 44 | 36 | 513 | 65 | 55 |
| Binary | 10110010 | 110110 | 1110010 | 0 | 1000110 | 100100 | 11110 | 101001011 | 110101 | 101101 |
Color Harmonies of #B23672
Complementary color
Monochromatic Colors of #B23672
Black with #B23672
Text Example
Text Example
White with #B23672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23672; }
p { color: rgb(178,54,114); }
H1.HeaderClassName
{
color: #B23672;
}
.AnyTagClassName
{
color: #B23672;
}
</style>
background-color css
<style>
a { background-color: #B23672; }
a { background-color: rgb(178,54,114); }
div.DivClassName
{
background-color: #B23672;
}
.BgClassName
{
background-color: #B23672;
}
</style>
border-color css
<style>
span { border-color: #B23672; }
span { border-color: rgb(178,54,114); }
td.TdClassName
{
border-color: #B23672;
}
.TagClassName
{
border-color: #B23672;
}
</style>