Shades of Rouge #B23C6B
Tints of Rouge #B23C6B
RGB
CMYK
RGB Variations
Color information
#B23C6B (or 0xB23C6B) is known color: Rouge. HEX triplet: B2, 3C and 6B. RGB value is (178,60,107). Sum of RGB (Red+Green+Blue) = 178+60+107=345 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.59% from 345); Green value is 60 (23.83% from 255 or 17.39% from 345); Blue value is 107 (42.19% from 255 or 31.01% from 345); Max value from RGB is 178 - color contains mainly: red. Hex color #B23C6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23C6B is #4DC394. Grayscale: #646464. Windows color (decimal): -5096341 or 7027890. OLE color: 7027890.
HSL color Cylindrical-coordinate representation of color #B23C6B: hue angle of 336.1º degrees, saturation: 0.5, 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 #B23C6B is Cyan = 0, Magento = 0.66, Yellow = 0.40 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 60 | 107 | - |
| CMYK | 0 | 0.66 | 0.40 | 0.30 |
| HSL | 336.1º | 0.5% | 0.47% | - |
| HSV(B) | 336.1º | 0.66% | 0.7% | - |
| XYZ | 22.63 | 13.76 | 15.37 | - |
| YUV | 100.64 | 131.59 | 183.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 60 | 107 | 0 | 0.66 | 0.40 | 0.30 | 336.1 | 0.5 | 0.47 |
| Hex | B2 | 3C | 6B | 0 | 42 | 28 | 1E | 150 | 32 | 2F |
| Octal | 262 | 74 | 153 | 0 | 102 | 50 | 36 | 520 | 62 | 57 |
| Binary | 10110010 | 111100 | 1101011 | 0 | 1000010 | 101000 | 11110 | 101010000 | 110010 | 101111 |
Color Harmonies of #B23C6B
Complementary color
Monochromatic Colors of #B23C6B
Black with #B23C6B
Text Example
Text Example
White with #B23C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23C6B; }
p { color: rgb(178,60,107); }
H1.HeaderClassName
{
color: #B23C6B;
}
.AnyTagClassName
{
color: #B23C6B;
}
</style>
background-color css
<style>
a { background-color: #B23C6B; }
a { background-color: rgb(178,60,107); }
div.DivClassName
{
background-color: #B23C6B;
}
.BgClassName
{
background-color: #B23C6B;
}
</style>
border-color css
<style>
span { border-color: #B23C6B; }
span { border-color: rgb(178,60,107); }
td.TdClassName
{
border-color: #B23C6B;
}
.TagClassName
{
border-color: #B23C6B;
}
</style>