Shades of Rouge #B83061
Tints of Rouge #B83061
RGB
CMYK
RGB Variations
Color information
#B83061 (or 0xB83061) is known color: Rouge. HEX triplet: B8, 30 and 61. RGB value is (184,48,97). Sum of RGB (Red+Green+Blue) = 184+48+97=329 (43% of max value = 765). Red value is 184 (72.27% from 255 or 55.93% from 329); Green value is 48 (19.14% from 255 or 14.59% from 329); Blue value is 97 (38.28% from 255 or 29.48% from 329); Max value from RGB is 184 - color contains mainly: red. Hex color #B83061 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B83061 is #47CF9E. Grayscale: #5E5E5E. Windows color (decimal): -4706207 or 6369464. OLE color: 6369464.
HSL color Cylindrical-coordinate representation of color #B83061: hue angle of 338.38º 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 #B83061 is Cyan = 0, Magento = 0.74, Yellow = 0.47 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 48 | 97 | - |
| CMYK | 0 | 0.74 | 0.47 | 0.28 |
| HSL | 338.38º | 0.59% | 0.45% | - |
| HSV(B) | 338.38º | 0.74% | 0.72% | - |
| XYZ | 22.98 | 13.17 | 12.64 | - |
| YUV | 94.25 | 129.56 | 192.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 48 | 97 | 0 | 0.74 | 0.47 | 0.28 | 338.38 | 0.59 | 0.45 |
| Hex | B8 | 30 | 61 | 0 | 4A | 2F | 1C | 152 | 3B | 2D |
| Octal | 270 | 60 | 141 | 0 | 112 | 57 | 34 | 522 | 73 | 55 |
| Binary | 10111000 | 110000 | 1100001 | 0 | 1001010 | 101111 | 11100 | 101010010 | 111011 | 101101 |
Color Harmonies of #B83061
Complementary color
Monochromatic Colors of #B83061
Black with #B83061
Text Example
Text Example
White with #B83061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83061; }
p { color: rgb(184,48,97); }
H1.HeaderClassName
{
color: #B83061;
}
.AnyTagClassName
{
color: #B83061;
}
</style>
background-color css
<style>
a { background-color: #B83061; }
a { background-color: rgb(184,48,97); }
div.DivClassName
{
background-color: #B83061;
}
.BgClassName
{
background-color: #B83061;
}
</style>
border-color css
<style>
span { border-color: #B83061; }
span { border-color: rgb(184,48,97); }
td.TdClassName
{
border-color: #B83061;
}
.TagClassName
{
border-color: #B83061;
}
</style>