Shades of Rouge #B8305E
Tints of Rouge #B8305E
RGB
CMYK
RGB Variations
Color information
#B8305E (or 0xB8305E) is known color: Rouge. HEX triplet: B8, 30 and 5E. RGB value is (184,48,94). Sum of RGB (Red+Green+Blue) = 184+48+94=326 (43% of max value = 765). Red value is 184 (72.27% from 255 or 56.44% from 326); Green value is 48 (19.14% from 255 or 14.72% from 326); Blue value is 94 (37.11% from 255 or 28.83% from 326); Max value from RGB is 184 - color contains mainly: red. Hex color #B8305E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8305E is #47CFA1. Grayscale: #5D5D5D. Windows color (decimal): -4706210 or 6172856. OLE color: 6172856.
HSL color Cylindrical-coordinate representation of color #B8305E: hue angle of 339.71º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B8305E is Cyan = 0, Magento = 0.74, Yellow = 0.49 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 48 | 94 | - |
| CMYK | 0 | 0.74 | 0.49 | 0.28 |
| HSL | 339.71º | 0.59% | 0.45% | - |
| HSV(B) | 339.71º | 0.74% | 0.72% | - |
| XYZ | 22.84 | 13.11 | 11.92 | - |
| YUV | 93.91 | 128.06 | 192.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 48 | 94 | 0 | 0.74 | 0.49 | 0.28 | 339.71 | 0.59 | 0.45 |
| Hex | B8 | 30 | 5E | 0 | 4A | 31 | 1C | 154 | 3B | 2D |
| Octal | 270 | 60 | 136 | 0 | 112 | 61 | 34 | 524 | 73 | 55 |
| Binary | 10111000 | 110000 | 1011110 | 0 | 1001010 | 110001 | 11100 | 101010100 | 111011 | 101101 |
Color Harmonies of #B8305E
Complementary color
Monochromatic Colors of #B8305E
Black with #B8305E
Text Example
Text Example
White with #B8305E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8305E; }
p { color: rgb(184,48,94); }
H1.HeaderClassName
{
color: #B8305E;
}
.AnyTagClassName
{
color: #B8305E;
}
</style>
background-color css
<style>
a { background-color: #B8305E; }
a { background-color: rgb(184,48,94); }
div.DivClassName
{
background-color: #B8305E;
}
.BgClassName
{
background-color: #B8305E;
}
</style>
border-color css
<style>
span { border-color: #B8305E; }
span { border-color: rgb(184,48,94); }
td.TdClassName
{
border-color: #B8305E;
}
.TagClassName
{
border-color: #B8305E;
}
</style>