Shades of Rouge #B23A6E
Tints of Rouge #B23A6E
RGB
CMYK
RGB Variations
Color information
#B23A6E (or 0xB23A6E) is known color: Rouge. HEX triplet: B2, 3A and 6E. RGB value is (178,58,110). Sum of RGB (Red+Green+Blue) = 178+58+110=346 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.45% from 346); Green value is 58 (23.05% from 255 or 16.76% from 346); Blue value is 110 (43.36% from 255 or 31.79% from 346); Max value from RGB is 178 - color contains mainly: red. Hex color #B23A6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23A6E is #4DC591. Grayscale: #636363. Windows color (decimal): -5096850 or 7223986. OLE color: 7223986.
HSL color Cylindrical-coordinate representation of color #B23A6E: hue angle of 334º degrees, saturation: 0.51, 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 #B23A6E is Cyan = 0, Magento = 0.67, Yellow = 0.38 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 58 | 110 | - |
| CMYK | 0 | 0.67 | 0.38 | 0.30 |
| HSL | 334º | 0.51% | 0.46% | - |
| HSV(B) | 334º | 0.67% | 0.7% | - |
| XYZ | 22.69 | 13.62 | 16.18 | - |
| YUV | 99.81 | 133.76 | 183.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 58 | 110 | 0 | 0.67 | 0.38 | 0.30 | 334 | 0.51 | 0.46 |
| Hex | B2 | 3A | 6E | 0 | 43 | 26 | 1E | 14E | 33 | 2E |
| Octal | 262 | 72 | 156 | 0 | 103 | 46 | 36 | 516 | 63 | 56 |
| Binary | 10110010 | 111010 | 1101110 | 0 | 1000011 | 100110 | 11110 | 101001110 | 110011 | 101110 |
Color Harmonies of #B23A6E
Complementary color
Monochromatic Colors of #B23A6E
Black with #B23A6E
Text Example
Text Example
White with #B23A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23A6E; }
p { color: rgb(178,58,110); }
H1.HeaderClassName
{
color: #B23A6E;
}
.AnyTagClassName
{
color: #B23A6E;
}
</style>
background-color css
<style>
a { background-color: #B23A6E; }
a { background-color: rgb(178,58,110); }
div.DivClassName
{
background-color: #B23A6E;
}
.BgClassName
{
background-color: #B23A6E;
}
</style>
border-color css
<style>
span { border-color: #B23A6E; }
span { border-color: rgb(178,58,110); }
td.TdClassName
{
border-color: #B23A6E;
}
.TagClassName
{
border-color: #B23A6E;
}
</style>