Shades of Rouge #B23B6D
Tints of Rouge #B23B6D
RGB
CMYK
RGB Variations
Color information
#B23B6D (or 0xB23B6D) is known color: Rouge. HEX triplet: B2, 3B and 6D. RGB value is (178,59,109). Sum of RGB (Red+Green+Blue) = 178+59+109=346 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.45% from 346); Green value is 59 (23.44% from 255 or 17.05% from 346); Blue value is 109 (42.97% from 255 or 31.50% from 346); Max value from RGB is 178 - color contains mainly: red. Hex color #B23B6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23B6D is #4DC492. Grayscale: #646464. Windows color (decimal): -5096595 or 7158706. OLE color: 7158706.
HSL color Cylindrical-coordinate representation of color #B23B6D: hue angle of 334.79º 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 #B23B6D is Cyan = 0, Magento = 0.67, Yellow = 0.39 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 59 | 109 | - |
| CMYK | 0 | 0.67 | 0.39 | 0.30 |
| HSL | 334.79º | 0.5% | 0.46% | - |
| HSV(B) | 334.79º | 0.67% | 0.7% | - |
| XYZ | 22.68 | 13.7 | 15.92 | - |
| YUV | 100.28 | 132.92 | 183.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 59 | 109 | 0 | 0.67 | 0.39 | 0.30 | 334.79 | 0.5 | 0.46 |
| Hex | B2 | 3B | 6D | 0 | 43 | 27 | 1E | 14F | 32 | 2E |
| Octal | 262 | 73 | 155 | 0 | 103 | 47 | 36 | 517 | 62 | 56 |
| Binary | 10110010 | 111011 | 1101101 | 0 | 1000011 | 100111 | 11110 | 101001111 | 110010 | 101110 |
Color Harmonies of #B23B6D
Complementary color
Monochromatic Colors of #B23B6D
Black with #B23B6D
Text Example
Text Example
White with #B23B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23B6D; }
p { color: rgb(178,59,109); }
H1.HeaderClassName
{
color: #B23B6D;
}
.AnyTagClassName
{
color: #B23B6D;
}
</style>
background-color css
<style>
a { background-color: #B23B6D; }
a { background-color: rgb(178,59,109); }
div.DivClassName
{
background-color: #B23B6D;
}
.BgClassName
{
background-color: #B23B6D;
}
</style>
border-color css
<style>
span { border-color: #B23B6D; }
span { border-color: rgb(178,59,109); }
td.TdClassName
{
border-color: #B23B6D;
}
.TagClassName
{
border-color: #B23B6D;
}
</style>