Shades of Rouge #B23966
Tints of Rouge #B23966
RGB
CMYK
RGB Variations
Color information
#B23966 (or 0xB23966) is known color: Rouge. HEX triplet: B2, 39 and 66. RGB value is (178,57,102). Sum of RGB (Red+Green+Blue) = 178+57+102=337 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.82% from 337); Green value is 57 (22.66% from 255 or 16.91% from 337); Blue value is 102 (40.23% from 255 or 30.27% from 337); Max value from RGB is 178 - color contains mainly: red. Hex color #B23966 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23966 is #4DC699. Grayscale: #626262. Windows color (decimal): -5097114 or 6699442. OLE color: 6699442.
HSL color Cylindrical-coordinate representation of color #B23966: hue angle of 337.69º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B23966 is Cyan = 0, Magento = 0.68, Yellow = 0.43 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 57 | 102 | - |
| CMYK | 0 | 0.68 | 0.43 | 0.30 |
| HSL | 337.69º | 0.51% | 0.46% | - |
| HSV(B) | 337.69º | 0.68% | 0.7% | - |
| XYZ | 22.22 | 13.35 | 13.98 | - |
| YUV | 98.31 | 130.09 | 184.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 57 | 102 | 0 | 0.68 | 0.43 | 0.30 | 337.69 | 0.51 | 0.46 |
| Hex | B2 | 39 | 66 | 0 | 44 | 2B | 1E | 152 | 33 | 2E |
| Octal | 262 | 71 | 146 | 0 | 104 | 53 | 36 | 522 | 63 | 56 |
| Binary | 10110010 | 111001 | 1100110 | 0 | 1000100 | 101011 | 11110 | 101010010 | 110011 | 101110 |
Color Harmonies of #B23966
Complementary color
Monochromatic Colors of #B23966
Black with #B23966
Text Example
Text Example
White with #B23966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23966; }
p { color: rgb(178,57,102); }
H1.HeaderClassName
{
color: #B23966;
}
.AnyTagClassName
{
color: #B23966;
}
</style>
background-color css
<style>
a { background-color: #B23966; }
a { background-color: rgb(178,57,102); }
div.DivClassName
{
background-color: #B23966;
}
.BgClassName
{
background-color: #B23966;
}
</style>
border-color css
<style>
span { border-color: #B23966; }
span { border-color: rgb(178,57,102); }
td.TdClassName
{
border-color: #B23966;
}
.TagClassName
{
border-color: #B23966;
}
</style>