Shades of Rouge #B84068
Tints of Rouge #B84068
RGB
CMYK
RGB Variations
Color information
#B84068 (or 0xB84068) is known color: Rouge. HEX triplet: B8, 40 and 68. RGB value is (184,64,104). Sum of RGB (Red+Green+Blue) = 184+64+104=352 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.27% from 352); Green value is 64 (25.39% from 255 or 18.18% from 352); Blue value is 104 (41.02% from 255 or 29.55% from 352); Max value from RGB is 184 - color contains mainly: red. Hex color #B84068 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B84068 is #47BF97. Grayscale: #686868. Windows color (decimal): -4702104 or 6832312. OLE color: 6832312.
HSL color Cylindrical-coordinate representation of color #B84068: hue angle of 340º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B84068 is Cyan = 0, Magento = 0.65, Yellow = 0.43 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 64 | 104 | - |
| CMYK | 0 | 0.65 | 0.43 | 0.28 |
| HSL | 340º | 0.48% | 0.49% | - |
| HSV(B) | 340º | 0.65% | 0.72% | - |
| XYZ | 24.1 | 14.86 | 14.69 | - |
| YUV | 104.44 | 127.76 | 184.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 64 | 104 | 0 | 0.65 | 0.43 | 0.28 | 340 | 0.48 | 0.49 |
| Hex | B8 | 40 | 68 | 0 | 41 | 2B | 1C | 154 | 30 | 31 |
| Octal | 270 | 100 | 150 | 0 | 101 | 53 | 34 | 524 | 60 | 61 |
| Binary | 10111000 | 1000000 | 1101000 | 0 | 1000001 | 101011 | 11100 | 101010100 | 110000 | 110001 |
Color Harmonies of #B84068
Complementary color
Monochromatic Colors of #B84068
Black with #B84068
Text Example
Text Example
White with #B84068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84068; }
p { color: rgb(184,64,104); }
H1.HeaderClassName
{
color: #B84068;
}
.AnyTagClassName
{
color: #B84068;
}
</style>
background-color css
<style>
a { background-color: #B84068; }
a { background-color: rgb(184,64,104); }
div.DivClassName
{
background-color: #B84068;
}
.BgClassName
{
background-color: #B84068;
}
</style>
border-color css
<style>
span { border-color: #B84068; }
span { border-color: rgb(184,64,104); }
td.TdClassName
{
border-color: #B84068;
}
.TagClassName
{
border-color: #B84068;
}
</style>