Shades of Rouge #B23E6B
Tints of Rouge #B23E6B
RGB
CMYK
RGB Variations
Color information
#B23E6B (or 0xB23E6B) is known color: Rouge. HEX triplet: B2, 3E and 6B. RGB value is (178,62,107). Sum of RGB (Red+Green+Blue) = 178+62+107=347 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.30% from 347); Green value is 62 (24.61% from 255 or 17.87% from 347); Blue value is 107 (42.19% from 255 or 30.84% from 347); Max value from RGB is 178 - color contains mainly: red. Hex color #B23E6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23E6B is #4DC194. Grayscale: #656565. Windows color (decimal): -5095829 or 7028402. OLE color: 7028402.
HSL color Cylindrical-coordinate representation of color #B23E6B: hue angle of 336.72º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B23E6B is Cyan = 0, Magento = 0.65, Yellow = 0.40 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 62 | 107 | - |
| CMYK | 0 | 0.65 | 0.40 | 0.30 |
| HSL | 336.72º | 0.48% | 0.47% | - |
| HSV(B) | 336.72º | 0.65% | 0.7% | - |
| XYZ | 22.74 | 13.97 | 15.41 | - |
| YUV | 101.81 | 130.93 | 182.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 62 | 107 | 0 | 0.65 | 0.40 | 0.30 | 336.72 | 0.48 | 0.47 |
| Hex | B2 | 3E | 6B | 0 | 41 | 28 | 1E | 151 | 30 | 2F |
| Octal | 262 | 76 | 153 | 0 | 101 | 50 | 36 | 521 | 60 | 57 |
| Binary | 10110010 | 111110 | 1101011 | 0 | 1000001 | 101000 | 11110 | 101010001 | 110000 | 101111 |
Color Harmonies of #B23E6B
Complementary color
Monochromatic Colors of #B23E6B
Black with #B23E6B
Text Example
Text Example
White with #B23E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23E6B; }
p { color: rgb(178,62,107); }
H1.HeaderClassName
{
color: #B23E6B;
}
.AnyTagClassName
{
color: #B23E6B;
}
</style>
background-color css
<style>
a { background-color: #B23E6B; }
a { background-color: rgb(178,62,107); }
div.DivClassName
{
background-color: #B23E6B;
}
.BgClassName
{
background-color: #B23E6B;
}
</style>
border-color css
<style>
span { border-color: #B23E6B; }
span { border-color: rgb(178,62,107); }
td.TdClassName
{
border-color: #B23E6B;
}
.TagClassName
{
border-color: #B23E6B;
}
</style>