Shades of Rouge #B82F67
Tints of Rouge #B82F67
RGB
CMYK
RGB Variations
Color information
#B82F67 (or 0xB82F67) is known color: Rouge. HEX triplet: B8, 2F and 67. RGB value is (184,47,103). Sum of RGB (Red+Green+Blue) = 184+47+103=334 (44% of max value = 765). Red value is 184 (72.27% from 255 or 55.09% from 334); Green value is 47 (18.75% from 255 or 14.07% from 334); Blue value is 103 (40.62% from 255 or 30.84% from 334); Max value from RGB is 184 - color contains mainly: red. Hex color #B82F67 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B82F67 is #47D098. Grayscale: #5E5E5E. Windows color (decimal): -4706457 or 6762424. OLE color: 6762424.
HSL color Cylindrical-coordinate representation of color #B82F67: hue angle of 335.47º 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 #B82F67 is Cyan = 0, Magento = 0.74, Yellow = 0.44 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 47 | 103 | - |
| CMYK | 0 | 0.74 | 0.44 | 0.28 |
| HSL | 335.47º | 0.59% | 0.45% | - |
| HSV(B) | 335.47º | 0.74% | 0.72% | - |
| XYZ | 23.23 | 13.2 | 14.16 | - |
| YUV | 94.35 | 132.89 | 191.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 47 | 103 | 0 | 0.74 | 0.44 | 0.28 | 335.47 | 0.59 | 0.45 |
| Hex | B8 | 2F | 67 | 0 | 4A | 2C | 1C | 14F | 3B | 2D |
| Octal | 270 | 57 | 147 | 0 | 112 | 54 | 34 | 517 | 73 | 55 |
| Binary | 10111000 | 101111 | 1100111 | 0 | 1001010 | 101100 | 11100 | 101001111 | 111011 | 101101 |
Color Harmonies of #B82F67
Complementary color
Monochromatic Colors of #B82F67
Black with #B82F67
Text Example
Text Example
White with #B82F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82F67; }
p { color: rgb(184,47,103); }
H1.HeaderClassName
{
color: #B82F67;
}
.AnyTagClassName
{
color: #B82F67;
}
</style>
background-color css
<style>
a { background-color: #B82F67; }
a { background-color: rgb(184,47,103); }
div.DivClassName
{
background-color: #B82F67;
}
.BgClassName
{
background-color: #B82F67;
}
</style>
border-color css
<style>
span { border-color: #B82F67; }
span { border-color: rgb(184,47,103); }
td.TdClassName
{
border-color: #B82F67;
}
.TagClassName
{
border-color: #B82F67;
}
</style>