Shades of Rouge #B84067
Tints of Rouge #B84067
RGB
CMYK
RGB Variations
Color information
#B84067 (or 0xB84067) is known color: Rouge. HEX triplet: B8, 40 and 67. RGB value is (184,64,103). Sum of RGB (Red+Green+Blue) = 184+64+103=351 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.42% from 351); Green value is 64 (25.39% from 255 or 18.23% from 351); Blue value is 103 (40.62% from 255 or 29.34% from 351); Max value from RGB is 184 - color contains mainly: red. Hex color #B84067 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B84067 is #47BF98. Grayscale: #686868. Windows color (decimal): -4702105 or 6766776. OLE color: 6766776.
HSL color Cylindrical-coordinate representation of color #B84067: hue angle of 340.5º 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 #B84067 is Cyan = 0, Magento = 0.65, Yellow = 0.44 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 64 | 103 | - |
| CMYK | 0 | 0.65 | 0.44 | 0.28 |
| HSL | 340.5º | 0.48% | 0.49% | - |
| HSV(B) | 340.5º | 0.65% | 0.72% | - |
| XYZ | 24.05 | 14.84 | 14.43 | - |
| YUV | 104.33 | 127.26 | 184.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 64 | 103 | 0 | 0.65 | 0.44 | 0.28 | 340.5 | 0.48 | 0.49 |
| Hex | B8 | 40 | 67 | 0 | 41 | 2C | 1C | 154 | 30 | 31 |
| Octal | 270 | 100 | 147 | 0 | 101 | 54 | 34 | 524 | 60 | 61 |
| Binary | 10111000 | 1000000 | 1100111 | 0 | 1000001 | 101100 | 11100 | 101010100 | 110000 | 110001 |
Color Harmonies of #B84067
Complementary color
Monochromatic Colors of #B84067
Black with #B84067
Text Example
Text Example
White with #B84067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84067; }
p { color: rgb(184,64,103); }
H1.HeaderClassName
{
color: #B84067;
}
.AnyTagClassName
{
color: #B84067;
}
</style>
background-color css
<style>
a { background-color: #B84067; }
a { background-color: rgb(184,64,103); }
div.DivClassName
{
background-color: #B84067;
}
.BgClassName
{
background-color: #B84067;
}
</style>
border-color css
<style>
span { border-color: #B84067; }
span { border-color: rgb(184,64,103); }
td.TdClassName
{
border-color: #B84067;
}
.TagClassName
{
border-color: #B84067;
}
</style>