Shades of Rouge #B23B6E
Tints of Rouge #B23B6E
RGB
CMYK
RGB Variations
Color information
#B23B6E (or 0xB23B6E) is known color: Rouge. HEX triplet: B2, 3B and 6E. RGB value is (178,59,110). Sum of RGB (Red+Green+Blue) = 178+59+110=347 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.30% from 347); Green value is 59 (23.44% from 255 or 17.00% from 347); Blue value is 110 (43.36% from 255 or 31.70% from 347); Max value from RGB is 178 - color contains mainly: red. Hex color #B23B6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23B6E is #4DC491. Grayscale: #646464. Windows color (decimal): -5096594 or 7224242. OLE color: 7224242.
HSL color Cylindrical-coordinate representation of color #B23B6E: hue angle of 334.29º 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 #B23B6E is Cyan = 0, Magento = 0.67, Yellow = 0.38 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 59 | 110 | - |
| CMYK | 0 | 0.67 | 0.38 | 0.30 |
| HSL | 334.29º | 0.5% | 0.46% | - |
| HSV(B) | 334.29º | 0.67% | 0.7% | - |
| XYZ | 22.74 | 13.72 | 16.2 | - |
| YUV | 100.4 | 133.42 | 183.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 59 | 110 | 0 | 0.67 | 0.38 | 0.30 | 334.29 | 0.5 | 0.46 |
| Hex | B2 | 3B | 6E | 0 | 43 | 26 | 1E | 14E | 32 | 2E |
| Octal | 262 | 73 | 156 | 0 | 103 | 46 | 36 | 516 | 62 | 56 |
| Binary | 10110010 | 111011 | 1101110 | 0 | 1000011 | 100110 | 11110 | 101001110 | 110010 | 101110 |
Color Harmonies of #B23B6E
Complementary color
Monochromatic Colors of #B23B6E
Black with #B23B6E
Text Example
Text Example
White with #B23B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23B6E; }
p { color: rgb(178,59,110); }
H1.HeaderClassName
{
color: #B23B6E;
}
.AnyTagClassName
{
color: #B23B6E;
}
</style>
background-color css
<style>
a { background-color: #B23B6E; }
a { background-color: rgb(178,59,110); }
div.DivClassName
{
background-color: #B23B6E;
}
.BgClassName
{
background-color: #B23B6E;
}
</style>
border-color css
<style>
span { border-color: #B23B6E; }
span { border-color: rgb(178,59,110); }
td.TdClassName
{
border-color: #B23B6E;
}
.TagClassName
{
border-color: #B23B6E;
}
</style>