Shades of Rouge #B23367
Tints of Rouge #B23367
RGB
CMYK
RGB Variations
Color information
#B23367 (or 0xB23367) is known color: Rouge. HEX triplet: B2, 33 and 67. RGB value is (178,51,103). Sum of RGB (Red+Green+Blue) = 178+51+103=332 (43% of max value = 765). Red value is 178 (69.92% from 255 or 53.61% from 332); Green value is 51 (20.31% from 255 or 15.36% from 332); Blue value is 103 (40.62% from 255 or 31.02% from 332); Max value from RGB is 178 - color contains mainly: red. Hex color #B23367 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23367 is #4DCC98. Grayscale: #5E5E5E. Windows color (decimal): -5098649 or 6763442. OLE color: 6763442.
HSL color Cylindrical-coordinate representation of color #B23367: hue angle of 335.43º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B23367 is Cyan = 0, Magento = 0.71, Yellow = 0.42 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 51 | 103 | - |
| CMYK | 0 | 0.71 | 0.42 | 0.30 |
| HSL | 335.43º | 0.55% | 0.45% | - |
| HSV(B) | 335.43º | 0.71% | 0.7% | - |
| XYZ | 21.99 | 12.81 | 14.15 | - |
| YUV | 94.9 | 132.58 | 187.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 51 | 103 | 0 | 0.71 | 0.42 | 0.30 | 335.43 | 0.55 | 0.45 |
| Hex | B2 | 33 | 67 | 0 | 47 | 2A | 1E | 14F | 37 | 2D |
| Octal | 262 | 63 | 147 | 0 | 107 | 52 | 36 | 517 | 67 | 55 |
| Binary | 10110010 | 110011 | 1100111 | 0 | 1000111 | 101010 | 11110 | 101001111 | 110111 | 101101 |
Color Harmonies of #B23367
Complementary color
Monochromatic Colors of #B23367
Black with #B23367
Text Example
Text Example
White with #B23367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23367; }
p { color: rgb(178,51,103); }
H1.HeaderClassName
{
color: #B23367;
}
.AnyTagClassName
{
color: #B23367;
}
</style>
background-color css
<style>
a { background-color: #B23367; }
a { background-color: rgb(178,51,103); }
div.DivClassName
{
background-color: #B23367;
}
.BgClassName
{
background-color: #B23367;
}
</style>
border-color css
<style>
span { border-color: #B23367; }
span { border-color: rgb(178,51,103); }
td.TdClassName
{
border-color: #B23367;
}
.TagClassName
{
border-color: #B23367;
}
</style>