Shades of Rouge #B82D6D
Tints of Rouge #B82D6D
RGB
CMYK
RGB Variations
Color information
#B82D6D (or 0xB82D6D) is known color: Rouge. HEX triplet: B8, 2D and 6D. RGB value is (184,45,109). Sum of RGB (Red+Green+Blue) = 184+45+109=338 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.44% from 338); Green value is 45 (17.97% from 255 or 13.31% from 338); Blue value is 109 (42.97% from 255 or 32.25% from 338); Max value from RGB is 184 - color contains mainly: red. Hex color #B82D6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B82D6D is #47D292. Grayscale: #5D5D5D. Windows color (decimal): -4706963 or 7155128. OLE color: 7155128.
HSL color Cylindrical-coordinate representation of color #B82D6D: hue angle of 332.37º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B82D6D is Cyan = 0, Magento = 0.76, Yellow = 0.41 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 45 | 109 | - |
| CMYK | 0 | 0.76 | 0.41 | 0.28 |
| HSL | 332.37º | 0.61% | 0.45% | - |
| HSV(B) | 332.37º | 0.76% | 0.72% | - |
| XYZ | 23.47 | 13.17 | 15.77 | - |
| YUV | 93.86 | 136.55 | 192.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 45 | 109 | 0 | 0.76 | 0.41 | 0.28 | 332.37 | 0.61 | 0.45 |
| Hex | B8 | 2D | 6D | 0 | 4C | 29 | 1C | 14C | 3D | 2D |
| Octal | 270 | 55 | 155 | 0 | 114 | 51 | 34 | 514 | 75 | 55 |
| Binary | 10111000 | 101101 | 1101101 | 0 | 1001100 | 101001 | 11100 | 101001100 | 111101 | 101101 |
Color Harmonies of #B82D6D
Complementary color
Monochromatic Colors of #B82D6D
Black with #B82D6D
Text Example
Text Example
White with #B82D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82D6D; }
p { color: rgb(184,45,109); }
H1.HeaderClassName
{
color: #B82D6D;
}
.AnyTagClassName
{
color: #B82D6D;
}
</style>
background-color css
<style>
a { background-color: #B82D6D; }
a { background-color: rgb(184,45,109); }
div.DivClassName
{
background-color: #B82D6D;
}
.BgClassName
{
background-color: #B82D6D;
}
</style>
border-color css
<style>
span { border-color: #B82D6D; }
span { border-color: rgb(184,45,109); }
td.TdClassName
{
border-color: #B82D6D;
}
.TagClassName
{
border-color: #B82D6D;
}
</style>