Shades of Rouge #B23D64
Tints of Rouge #B23D64
RGB
CMYK
RGB Variations
Color information
#B23D64 (or 0xB23D64) is known color: Rouge. HEX triplet: B2, 3D and 64. RGB value is (178,61,100). Sum of RGB (Red+Green+Blue) = 178+61+100=339 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.51% from 339); Green value is 61 (24.22% from 255 or 17.99% from 339); Blue value is 100 (39.45% from 255 or 29.50% from 339); Max value from RGB is 178 - color contains mainly: red. Hex color #B23D64 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23D64 is #4DC29B. Grayscale: #646464. Windows color (decimal): -5096092 or 6569394. OLE color: 6569394.
HSL color Cylindrical-coordinate representation of color #B23D64: hue angle of 340º 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 #B23D64 is Cyan = 0, Magento = 0.66, Yellow = 0.44 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 61 | 100 | - |
| CMYK | 0 | 0.66 | 0.44 | 0.30 |
| HSL | 340º | 0.49% | 0.47% | - |
| HSV(B) | 340º | 0.66% | 0.7% | - |
| XYZ | 22.33 | 13.72 | 13.53 | - |
| YUV | 100.43 | 127.76 | 183.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 61 | 100 | 0 | 0.66 | 0.44 | 0.30 | 340 | 0.49 | 0.47 |
| Hex | B2 | 3D | 64 | 0 | 42 | 2C | 1E | 154 | 31 | 2F |
| Octal | 262 | 75 | 144 | 0 | 102 | 54 | 36 | 524 | 61 | 57 |
| Binary | 10110010 | 111101 | 1100100 | 0 | 1000010 | 101100 | 11110 | 101010100 | 110001 | 101111 |
Color Harmonies of #B23D64
Complementary color
Monochromatic Colors of #B23D64
Black with #B23D64
Text Example
Text Example
White with #B23D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23D64; }
p { color: rgb(178,61,100); }
H1.HeaderClassName
{
color: #B23D64;
}
.AnyTagClassName
{
color: #B23D64;
}
</style>
background-color css
<style>
a { background-color: #B23D64; }
a { background-color: rgb(178,61,100); }
div.DivClassName
{
background-color: #B23D64;
}
.BgClassName
{
background-color: #B23D64;
}
</style>
border-color css
<style>
span { border-color: #B23D64; }
span { border-color: rgb(178,61,100); }
td.TdClassName
{
border-color: #B23D64;
}
.TagClassName
{
border-color: #B23D64;
}
</style>