Shades of Rouge #B23968
Tints of Rouge #B23968
RGB
CMYK
RGB Variations
Color information
#B23968 (or 0xB23968) is known color: Rouge. HEX triplet: B2, 39 and 68. RGB value is (178,57,104). Sum of RGB (Red+Green+Blue) = 178+57+104=339 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.51% from 339); Green value is 57 (22.66% from 255 or 16.81% from 339); Blue value is 104 (41.02% from 255 or 30.68% from 339); Max value from RGB is 178 - color contains mainly: red. Hex color #B23968 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23968 is #4DC697. Grayscale: #626262. Windows color (decimal): -5097112 or 6830514. OLE color: 6830514.
HSL color Cylindrical-coordinate representation of color #B23968: hue angle of 336.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 #B23968 is Cyan = 0, Magento = 0.68, Yellow = 0.42 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 57 | 104 | - |
| CMYK | 0 | 0.68 | 0.42 | 0.30 |
| HSL | 336.69º | 0.51% | 0.46% | - |
| HSV(B) | 336.69º | 0.68% | 0.7% | - |
| XYZ | 22.32 | 13.39 | 14.5 | - |
| YUV | 98.54 | 131.09 | 184.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 57 | 104 | 0 | 0.68 | 0.42 | 0.30 | 336.69 | 0.51 | 0.46 |
| Hex | B2 | 39 | 68 | 0 | 44 | 2A | 1E | 151 | 33 | 2E |
| Octal | 262 | 71 | 150 | 0 | 104 | 52 | 36 | 521 | 63 | 56 |
| Binary | 10110010 | 111001 | 1101000 | 0 | 1000100 | 101010 | 11110 | 101010001 | 110011 | 101110 |
Color Harmonies of #B23968
Complementary color
Monochromatic Colors of #B23968
Black with #B23968
Text Example
Text Example
White with #B23968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23968; }
p { color: rgb(178,57,104); }
H1.HeaderClassName
{
color: #B23968;
}
.AnyTagClassName
{
color: #B23968;
}
</style>
background-color css
<style>
a { background-color: #B23968; }
a { background-color: rgb(178,57,104); }
div.DivClassName
{
background-color: #B23968;
}
.BgClassName
{
background-color: #B23968;
}
</style>
border-color css
<style>
span { border-color: #B23968; }
span { border-color: rgb(178,57,104); }
td.TdClassName
{
border-color: #B23968;
}
.TagClassName
{
border-color: #B23968;
}
</style>