Shades of Rouge #B23F5E
Tints of Rouge #B23F5E
RGB
CMYK
RGB Variations
Color information
#B23F5E (or 0xB23F5E) is known color: Rouge. HEX triplet: B2, 3F and 5E. RGB value is (178,63,94). Sum of RGB (Red+Green+Blue) = 178+63+94=335 (44% of max value = 765). Red value is 178 (69.92% from 255 or 53.13% from 335); Green value is 63 (25% from 255 or 18.81% from 335); Blue value is 94 (37.11% from 255 or 28.06% from 335); Max value from RGB is 178 - color contains mainly: red. Hex color #B23F5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23F5E is #4DC0A1. Grayscale: #646464. Windows color (decimal): -5095586 or 6176690. OLE color: 6176690.
HSL color Cylindrical-coordinate representation of color #B23F5E: hue angle of 343.83º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B23F5E is Cyan = 0, Magento = 0.65, Yellow = 0.47 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 63 | 94 | - |
| CMYK | 0 | 0.65 | 0.47 | 0.30 |
| HSL | 343.83º | 0.48% | 0.47% | - |
| HSV(B) | 343.83º | 0.65% | 0.7% | - |
| XYZ | 22.16 | 13.83 | 12.09 | - |
| YUV | 100.92 | 124.1 | 182.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 63 | 94 | 0 | 0.65 | 0.47 | 0.30 | 343.83 | 0.48 | 0.47 |
| Hex | B2 | 3F | 5E | 0 | 41 | 2F | 1E | 158 | 30 | 2F |
| Octal | 262 | 77 | 136 | 0 | 101 | 57 | 36 | 530 | 60 | 57 |
| Binary | 10110010 | 111111 | 1011110 | 0 | 1000001 | 101111 | 11110 | 101011000 | 110000 | 101111 |
Color Harmonies of #B23F5E
Complementary color
Monochromatic Colors of #B23F5E
Black with #B23F5E
Text Example
Text Example
White with #B23F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23F5E; }
p { color: rgb(178,63,94); }
H1.HeaderClassName
{
color: #B23F5E;
}
.AnyTagClassName
{
color: #B23F5E;
}
</style>
background-color css
<style>
a { background-color: #B23F5E; }
a { background-color: rgb(178,63,94); }
div.DivClassName
{
background-color: #B23F5E;
}
.BgClassName
{
background-color: #B23F5E;
}
</style>
border-color css
<style>
span { border-color: #B23F5E; }
span { border-color: rgb(178,63,94); }
td.TdClassName
{
border-color: #B23F5E;
}
.TagClassName
{
border-color: #B23F5E;
}
</style>