Shades of Rouge #B23E67
Tints of Rouge #B23E67
RGB
CMYK
RGB Variations
Color information
#B23E67 (or 0xB23E67) is known color: Rouge. HEX triplet: B2, 3E and 67. RGB value is (178,62,103). Sum of RGB (Red+Green+Blue) = 178+62+103=343 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.90% from 343); Green value is 62 (24.61% from 255 or 18.08% from 343); Blue value is 103 (40.62% from 255 or 30.03% from 343); Max value from RGB is 178 - color contains mainly: red. Hex color #B23E67 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23E67 is #4DC198. Grayscale: #656565. Windows color (decimal): -5095833 or 6766258. OLE color: 6766258.
HSL color Cylindrical-coordinate representation of color #B23E67: hue angle of 338.79º 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 #B23E67 is Cyan = 0, Magento = 0.65, Yellow = 0.42 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 62 | 103 | - |
| CMYK | 0 | 0.65 | 0.42 | 0.30 |
| HSL | 338.79º | 0.48% | 0.47% | - |
| HSV(B) | 338.79º | 0.65% | 0.7% | - |
| XYZ | 22.53 | 13.89 | 14.33 | - |
| YUV | 101.36 | 128.93 | 182.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 62 | 103 | 0 | 0.65 | 0.42 | 0.30 | 338.79 | 0.48 | 0.47 |
| Hex | B2 | 3E | 67 | 0 | 41 | 2A | 1E | 153 | 30 | 2F |
| Octal | 262 | 76 | 147 | 0 | 101 | 52 | 36 | 523 | 60 | 57 |
| Binary | 10110010 | 111110 | 1100111 | 0 | 1000001 | 101010 | 11110 | 101010011 | 110000 | 101111 |
Color Harmonies of #B23E67
Complementary color
Monochromatic Colors of #B23E67
Black with #B23E67
Text Example
Text Example
White with #B23E67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23E67; }
p { color: rgb(178,62,103); }
H1.HeaderClassName
{
color: #B23E67;
}
.AnyTagClassName
{
color: #B23E67;
}
</style>
background-color css
<style>
a { background-color: #B23E67; }
a { background-color: rgb(178,62,103); }
div.DivClassName
{
background-color: #B23E67;
}
.BgClassName
{
background-color: #B23E67;
}
</style>
border-color css
<style>
span { border-color: #B23E67; }
span { border-color: rgb(178,62,103); }
td.TdClassName
{
border-color: #B23E67;
}
.TagClassName
{
border-color: #B23E67;
}
</style>