Shades of Rouge #B23D5E
Tints of Rouge #B23D5E
RGB
CMYK
RGB Variations
Color information
#B23D5E (or 0xB23D5E) is known color: Rouge. HEX triplet: B2, 3D and 5E. RGB value is (178,61,94). Sum of RGB (Red+Green+Blue) = 178+61+94=333 (44% of max value = 765). Red value is 178 (69.92% from 255 or 53.45% from 333); Green value is 61 (24.22% from 255 or 18.32% from 333); Blue value is 94 (37.11% from 255 or 28.23% from 333); Max value from RGB is 178 - color contains mainly: red. Hex color #B23D5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23D5E is #4DC2A1. Grayscale: #636363. Windows color (decimal): -5096098 or 6176178. OLE color: 6176178.
HSL color Cylindrical-coordinate representation of color #B23D5E: hue angle of 343.08º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B23D5E is Cyan = 0, Magento = 0.66, Yellow = 0.47 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 61 | 94 | - |
| CMYK | 0 | 0.66 | 0.47 | 0.30 |
| HSL | 343.08º | 0.49% | 0.47% | - |
| HSV(B) | 343.08º | 0.66% | 0.7% | - |
| XYZ | 22.05 | 13.61 | 12.05 | - |
| YUV | 99.75 | 124.76 | 183.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 61 | 94 | 0 | 0.66 | 0.47 | 0.30 | 343.08 | 0.49 | 0.47 |
| Hex | B2 | 3D | 5E | 0 | 42 | 2F | 1E | 157 | 31 | 2F |
| Octal | 262 | 75 | 136 | 0 | 102 | 57 | 36 | 527 | 61 | 57 |
| Binary | 10110010 | 111101 | 1011110 | 0 | 1000010 | 101111 | 11110 | 101010111 | 110001 | 101111 |
Color Harmonies of #B23D5E
Complementary color
Monochromatic Colors of #B23D5E
Black with #B23D5E
Text Example
Text Example
White with #B23D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23D5E; }
p { color: rgb(178,61,94); }
H1.HeaderClassName
{
color: #B23D5E;
}
.AnyTagClassName
{
color: #B23D5E;
}
</style>
background-color css
<style>
a { background-color: #B23D5E; }
a { background-color: rgb(178,61,94); }
div.DivClassName
{
background-color: #B23D5E;
}
.BgClassName
{
background-color: #B23D5E;
}
</style>
border-color css
<style>
span { border-color: #B23D5E; }
span { border-color: rgb(178,61,94); }
td.TdClassName
{
border-color: #B23D5E;
}
.TagClassName
{
border-color: #B23D5E;
}
</style>