Shades of Rouge #BD3166
Tints of Rouge #BD3166
RGB
CMYK
RGB Variations
Color information
#BD3166 (or 0xBD3166) is known color: Rouge. HEX triplet: BD, 31 and 66. RGB value is (189,49,102). Sum of RGB (Red+Green+Blue) = 189+49+102=340 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.59% from 340); Green value is 49 (19.53% from 255 or 14.41% from 340); Blue value is 102 (40.23% from 255 or 30% from 340); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3166 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD3166 is #42CE99. Grayscale: #606060. Windows color (decimal): -4378266 or 6697405. OLE color: 6697405.
HSL color Cylindrical-coordinate representation of color #BD3166: hue angle of 337.29º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BD3166 is Cyan = 0, Magento = 0.74, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 49 | 102 | - |
| CMYK | 0 | 0.74 | 0.46 | 0.26 |
| HSL | 337.29º | 0.59% | 0.47% | - |
| HSV(B) | 337.29º | 0.74% | 0.74% | - |
| XYZ | 24.48 | 13.97 | 13.98 | - |
| YUV | 96.9 | 130.88 | 193.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 49 | 102 | 0 | 0.74 | 0.46 | 0.26 | 337.29 | 0.59 | 0.47 |
| Hex | BD | 31 | 66 | 0 | 4A | 2E | 1A | 151 | 3B | 2F |
| Octal | 275 | 61 | 146 | 0 | 112 | 56 | 32 | 521 | 73 | 57 |
| Binary | 10111101 | 110001 | 1100110 | 0 | 1001010 | 101110 | 11010 | 101010001 | 111011 | 101111 |
Color Harmonies of #BD3166
Complementary color
Monochromatic Colors of #BD3166
Black with #BD3166
Text Example
Text Example
White with #BD3166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3166; }
p { color: rgb(189,49,102); }
H1.HeaderClassName
{
color: #BD3166;
}
.AnyTagClassName
{
color: #BD3166;
}
</style>
background-color css
<style>
a { background-color: #BD3166; }
a { background-color: rgb(189,49,102); }
div.DivClassName
{
background-color: #BD3166;
}
.BgClassName
{
background-color: #BD3166;
}
</style>
border-color css
<style>
span { border-color: #BD3166; }
span { border-color: rgb(189,49,102); }
td.TdClassName
{
border-color: #BD3166;
}
.TagClassName
{
border-color: #BD3166;
}
</style>