Shades of Rouge #B23D68
Tints of Rouge #B23D68
RGB
CMYK
RGB Variations
Color information
#B23D68 (or 0xB23D68) is known color: Rouge. HEX triplet: B2, 3D and 68. RGB value is (178,61,104). Sum of RGB (Red+Green+Blue) = 178+61+104=343 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.90% from 343); Green value is 61 (24.22% from 255 or 17.78% from 343); Blue value is 104 (41.02% from 255 or 30.32% from 343); Max value from RGB is 178 - color contains mainly: red. Hex color #B23D68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23D68 is #4DC297. Grayscale: #646464. Windows color (decimal): -5096088 or 6831538. OLE color: 6831538.
HSL color Cylindrical-coordinate representation of color #B23D68: hue angle of 337.95º 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 #B23D68 is Cyan = 0, Magento = 0.66, Yellow = 0.42 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 61 | 104 | - |
| CMYK | 0 | 0.66 | 0.42 | 0.30 |
| HSL | 337.95º | 0.49% | 0.47% | - |
| HSV(B) | 337.95º | 0.66% | 0.7% | - |
| XYZ | 22.53 | 13.8 | 14.57 | - |
| YUV | 100.89 | 129.76 | 183 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 61 | 104 | 0 | 0.66 | 0.42 | 0.30 | 337.95 | 0.49 | 0.47 |
| Hex | B2 | 3D | 68 | 0 | 42 | 2A | 1E | 152 | 31 | 2F |
| Octal | 262 | 75 | 150 | 0 | 102 | 52 | 36 | 522 | 61 | 57 |
| Binary | 10110010 | 111101 | 1101000 | 0 | 1000010 | 101010 | 11110 | 101010010 | 110001 | 101111 |
Color Harmonies of #B23D68
Complementary color
Monochromatic Colors of #B23D68
Black with #B23D68
Text Example
Text Example
White with #B23D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23D68; }
p { color: rgb(178,61,104); }
H1.HeaderClassName
{
color: #B23D68;
}
.AnyTagClassName
{
color: #B23D68;
}
</style>
background-color css
<style>
a { background-color: #B23D68; }
a { background-color: rgb(178,61,104); }
div.DivClassName
{
background-color: #B23D68;
}
.BgClassName
{
background-color: #B23D68;
}
</style>
border-color css
<style>
span { border-color: #B23D68; }
span { border-color: rgb(178,61,104); }
td.TdClassName
{
border-color: #B23D68;
}
.TagClassName
{
border-color: #B23D68;
}
</style>