Shades of Rouge #B23A6D
Tints of Rouge #B23A6D
RGB
CMYK
RGB Variations
Color information
#B23A6D (or 0xB23A6D) is known color: Rouge. HEX triplet: B2, 3A and 6D. RGB value is (178,58,109). Sum of RGB (Red+Green+Blue) = 178+58+109=345 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.59% from 345); Green value is 58 (23.05% from 255 or 16.81% from 345); Blue value is 109 (42.97% from 255 or 31.59% from 345); Max value from RGB is 178 - color contains mainly: red. Hex color #B23A6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23A6D is #4DC592. Grayscale: #636363. Windows color (decimal): -5096851 or 7158450. OLE color: 7158450.
HSL color Cylindrical-coordinate representation of color #B23A6D: hue angle of 334.5º 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 #B23A6D is Cyan = 0, Magento = 0.67, Yellow = 0.39 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 58 | 109 | - |
| CMYK | 0 | 0.67 | 0.39 | 0.30 |
| HSL | 334.5º | 0.51% | 0.46% | - |
| HSV(B) | 334.5º | 0.67% | 0.7% | - |
| XYZ | 22.63 | 13.6 | 15.9 | - |
| YUV | 99.69 | 133.26 | 183.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 58 | 109 | 0 | 0.67 | 0.39 | 0.30 | 334.5 | 0.51 | 0.46 |
| Hex | B2 | 3A | 6D | 0 | 43 | 27 | 1E | 14E | 33 | 2E |
| Octal | 262 | 72 | 155 | 0 | 103 | 47 | 36 | 516 | 63 | 56 |
| Binary | 10110010 | 111010 | 1101101 | 0 | 1000011 | 100111 | 11110 | 101001110 | 110011 | 101110 |
Color Harmonies of #B23A6D
Complementary color
Monochromatic Colors of #B23A6D
Black with #B23A6D
Text Example
Text Example
White with #B23A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23A6D; }
p { color: rgb(178,58,109); }
H1.HeaderClassName
{
color: #B23A6D;
}
.AnyTagClassName
{
color: #B23A6D;
}
</style>
background-color css
<style>
a { background-color: #B23A6D; }
a { background-color: rgb(178,58,109); }
div.DivClassName
{
background-color: #B23A6D;
}
.BgClassName
{
background-color: #B23A6D;
}
</style>
border-color css
<style>
span { border-color: #B23A6D; }
span { border-color: rgb(178,58,109); }
td.TdClassName
{
border-color: #B23A6D;
}
.TagClassName
{
border-color: #B23A6D;
}
</style>