Shades of Rouge #B8336F
Tints of Rouge #B8336F
RGB
CMYK
RGB Variations
Color information
#B8336F (or 0xB8336F) is known color: Rouge. HEX triplet: B8, 33 and 6F. RGB value is (184,51,111). Sum of RGB (Red+Green+Blue) = 184+51+111=346 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.18% from 346); Green value is 51 (20.31% from 255 or 14.74% from 346); Blue value is 111 (43.75% from 255 or 32.08% from 346); Max value from RGB is 184 - color contains mainly: red. Hex color #B8336F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8336F is #47CC90. Grayscale: #616161. Windows color (decimal): -4705425 or 7287736. OLE color: 7287736.
HSL color Cylindrical-coordinate representation of color #B8336F: hue angle of 332.93º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B8336F is Cyan = 0, Magento = 0.72, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 51 | 111 | - |
| CMYK | 0 | 0.72 | 0.40 | 0.28 |
| HSL | 332.93º | 0.57% | 0.46% | - |
| HSV(B) | 332.93º | 0.72% | 0.72% | - |
| XYZ | 23.82 | 13.71 | 16.43 | - |
| YUV | 97.61 | 135.56 | 189.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 51 | 111 | 0 | 0.72 | 0.40 | 0.28 | 332.93 | 0.57 | 0.46 |
| Hex | B8 | 33 | 6F | 0 | 48 | 28 | 1C | 14D | 39 | 2E |
| Octal | 270 | 63 | 157 | 0 | 110 | 50 | 34 | 515 | 71 | 56 |
| Binary | 10111000 | 110011 | 1101111 | 0 | 1001000 | 101000 | 11100 | 101001101 | 111001 | 101110 |
Color Harmonies of #B8336F
Complementary color
Monochromatic Colors of #B8336F
Black with #B8336F
Text Example
Text Example
White with #B8336F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8336F; }
p { color: rgb(184,51,111); }
H1.HeaderClassName
{
color: #B8336F;
}
.AnyTagClassName
{
color: #B8336F;
}
</style>
background-color css
<style>
a { background-color: #B8336F; }
a { background-color: rgb(184,51,111); }
div.DivClassName
{
background-color: #B8336F;
}
.BgClassName
{
background-color: #B8336F;
}
</style>
border-color css
<style>
span { border-color: #B8336F; }
span { border-color: rgb(184,51,111); }
td.TdClassName
{
border-color: #B8336F;
}
.TagClassName
{
border-color: #B8336F;
}
</style>