Shades of Rouge #B23B5B
Tints of Rouge #B23B5B
RGB
CMYK
RGB Variations
Color information
#B23B5B (or 0xB23B5B) is known color: Rouge. HEX triplet: B2, 3B and 5B. RGB value is (178,59,91). Sum of RGB (Red+Green+Blue) = 178+59+91=328 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.27% from 328); Green value is 59 (23.44% from 255 or 17.99% from 328); Blue value is 91 (35.94% from 255 or 27.74% from 328); Max value from RGB is 178 - color contains mainly: red. Hex color #B23B5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23B5B is #4DC4A4. Grayscale: #626262. Windows color (decimal): -5096613 or 5979058. OLE color: 5979058.
HSL color Cylindrical-coordinate representation of color #B23B5B: hue angle of 343.87º 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 #B23B5B is Cyan = 0, Magento = 0.67, Yellow = 0.49 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 59 | 91 | - |
| CMYK | 0 | 0.67 | 0.49 | 0.30 |
| HSL | 343.87º | 0.5% | 0.46% | - |
| HSV(B) | 343.87º | 0.67% | 0.7% | - |
| XYZ | 21.81 | 13.35 | 11.32 | - |
| YUV | 98.23 | 123.92 | 184.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 59 | 91 | 0 | 0.67 | 0.49 | 0.30 | 343.87 | 0.5 | 0.46 |
| Hex | B2 | 3B | 5B | 0 | 43 | 31 | 1E | 158 | 32 | 2E |
| Octal | 262 | 73 | 133 | 0 | 103 | 61 | 36 | 530 | 62 | 56 |
| Binary | 10110010 | 111011 | 1011011 | 0 | 1000011 | 110001 | 11110 | 101011000 | 110010 | 101110 |
Color Harmonies of #B23B5B
Complementary color
Monochromatic Colors of #B23B5B
Black with #B23B5B
Text Example
Text Example
White with #B23B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23B5B; }
p { color: rgb(178,59,91); }
H1.HeaderClassName
{
color: #B23B5B;
}
.AnyTagClassName
{
color: #B23B5B;
}
</style>
background-color css
<style>
a { background-color: #B23B5B; }
a { background-color: rgb(178,59,91); }
div.DivClassName
{
background-color: #B23B5B;
}
.BgClassName
{
background-color: #B23B5B;
}
</style>
border-color css
<style>
span { border-color: #B23B5B; }
span { border-color: rgb(178,59,91); }
td.TdClassName
{
border-color: #B23B5B;
}
.TagClassName
{
border-color: #B23B5B;
}
</style>