Shades of Rouge #B83C5F
Tints of Rouge #B83C5F
RGB
CMYK
RGB Variations
Color information
#B83C5F (or 0xB83C5F) is known color: Rouge. HEX triplet: B8, 3C and 5F. RGB value is (184,60,95). Sum of RGB (Red+Green+Blue) = 184+60+95=339 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.28% from 339); Green value is 60 (23.83% from 255 or 17.70% from 339); Blue value is 95 (37.5% from 255 or 28.02% from 339); Max value from RGB is 184 - color contains mainly: red. Hex color #B83C5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B83C5F is #47C3A0. Grayscale: #656565. Windows color (decimal): -4703137 or 6241464. OLE color: 6241464.
HSL color Cylindrical-coordinate representation of color #B83C5F: hue angle of 343.06º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B83C5F is Cyan = 0, Magento = 0.67, Yellow = 0.48 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 60 | 95 | - |
| CMYK | 0 | 0.67 | 0.48 | 0.28 |
| HSL | 343.06º | 0.51% | 0.48% | - |
| HSV(B) | 343.06º | 0.67% | 0.72% | - |
| XYZ | 23.45 | 14.25 | 12.34 | - |
| YUV | 101.07 | 124.58 | 187.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 60 | 95 | 0 | 0.67 | 0.48 | 0.28 | 343.06 | 0.51 | 0.48 |
| Hex | B8 | 3C | 5F | 0 | 43 | 30 | 1C | 157 | 33 | 30 |
| Octal | 270 | 74 | 137 | 0 | 103 | 60 | 34 | 527 | 63 | 60 |
| Binary | 10111000 | 111100 | 1011111 | 0 | 1000011 | 110000 | 11100 | 101010111 | 110011 | 110000 |
Color Harmonies of #B83C5F
Complementary color
Monochromatic Colors of #B83C5F
Black with #B83C5F
Text Example
Text Example
White with #B83C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83C5F; }
p { color: rgb(184,60,95); }
H1.HeaderClassName
{
color: #B83C5F;
}
.AnyTagClassName
{
color: #B83C5F;
}
</style>
background-color css
<style>
a { background-color: #B83C5F; }
a { background-color: rgb(184,60,95); }
div.DivClassName
{
background-color: #B83C5F;
}
.BgClassName
{
background-color: #B83C5F;
}
</style>
border-color css
<style>
span { border-color: #B83C5F; }
span { border-color: rgb(184,60,95); }
td.TdClassName
{
border-color: #B83C5F;
}
.TagClassName
{
border-color: #B83C5F;
}
</style>