Shades of Rouge #B23F5D
Tints of Rouge #B23F5D
RGB
CMYK
RGB Variations
Color information
#B23F5D (or 0xB23F5D) is known color: Rouge. HEX triplet: B2, 3F and 5D. RGB value is (178,63,93). Sum of RGB (Red+Green+Blue) = 178+63+93=334 (44% of max value = 765). Red value is 178 (69.92% from 255 or 53.29% from 334); Green value is 63 (25% from 255 or 18.86% from 334); Blue value is 93 (36.72% from 255 or 27.84% from 334); Max value from RGB is 178 - color contains mainly: red. Hex color #B23F5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23F5D is #4DC0A2. Grayscale: #646464. Windows color (decimal): -5095587 or 6111154. OLE color: 6111154.
HSL color Cylindrical-coordinate representation of color #B23F5D: hue angle of 344.35º 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 #B23F5D is Cyan = 0, Magento = 0.65, Yellow = 0.48 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 63 | 93 | - |
| CMYK | 0 | 0.65 | 0.48 | 0.30 |
| HSL | 344.35º | 0.48% | 0.47% | - |
| HSV(B) | 344.35º | 0.65% | 0.7% | - |
| XYZ | 22.11 | 13.81 | 11.86 | - |
| YUV | 100.81 | 123.6 | 183.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 63 | 93 | 0 | 0.65 | 0.48 | 0.30 | 344.35 | 0.48 | 0.47 |
| Hex | B2 | 3F | 5D | 0 | 41 | 30 | 1E | 158 | 30 | 2F |
| Octal | 262 | 77 | 135 | 0 | 101 | 60 | 36 | 530 | 60 | 57 |
| Binary | 10110010 | 111111 | 1011101 | 0 | 1000001 | 110000 | 11110 | 101011000 | 110000 | 101111 |
Color Harmonies of #B23F5D
Complementary color
Monochromatic Colors of #B23F5D
Black with #B23F5D
Text Example
Text Example
White with #B23F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23F5D; }
p { color: rgb(178,63,93); }
H1.HeaderClassName
{
color: #B23F5D;
}
.AnyTagClassName
{
color: #B23F5D;
}
</style>
background-color css
<style>
a { background-color: #B23F5D; }
a { background-color: rgb(178,63,93); }
div.DivClassName
{
background-color: #B23F5D;
}
.BgClassName
{
background-color: #B23F5D;
}
</style>
border-color css
<style>
span { border-color: #B23F5D; }
span { border-color: rgb(178,63,93); }
td.TdClassName
{
border-color: #B23F5D;
}
.TagClassName
{
border-color: #B23F5D;
}
</style>