Shades of Rouge #BD3660
Tints of Rouge #BD3660
RGB
CMYK
RGB Variations
Color information
#BD3660 (or 0xBD3660) is known color: Rouge. HEX triplet: BD, 36 and 60. RGB value is (189,54,96). Sum of RGB (Red+Green+Blue) = 189+54+96=339 (44% of max value = 765). Red value is 189 (74.22% from 255 or 55.75% from 339); Green value is 54 (21.48% from 255 or 15.93% from 339); Blue value is 96 (37.89% from 255 or 28.32% from 339); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3660 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD3660 is #42C99F. Grayscale: #636363. Windows color (decimal): -4376992 or 6305469. OLE color: 6305469.
HSL color Cylindrical-coordinate representation of color #BD3660: hue angle of 341.33º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BD3660 is Cyan = 0, Magento = 0.71, Yellow = 0.49 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 54 | 96 | - |
| CMYK | 0 | 0.71 | 0.49 | 0.26 |
| HSL | 341.33º | 0.56% | 0.48% | - |
| HSV(B) | 341.33º | 0.71% | 0.74% | - |
| XYZ | 24.42 | 14.3 | 12.54 | - |
| YUV | 99.15 | 126.23 | 192.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 54 | 96 | 0 | 0.71 | 0.49 | 0.26 | 341.33 | 0.56 | 0.48 |
| Hex | BD | 36 | 60 | 0 | 47 | 31 | 1A | 155 | 38 | 30 |
| Octal | 275 | 66 | 140 | 0 | 107 | 61 | 32 | 525 | 70 | 60 |
| Binary | 10111101 | 110110 | 1100000 | 0 | 1000111 | 110001 | 11010 | 101010101 | 111000 | 110000 |
Color Harmonies of #BD3660
Complementary color
Monochromatic Colors of #BD3660
Black with #BD3660
Text Example
Text Example
White with #BD3660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3660; }
p { color: rgb(189,54,96); }
H1.HeaderClassName
{
color: #BD3660;
}
.AnyTagClassName
{
color: #BD3660;
}
</style>
background-color css
<style>
a { background-color: #BD3660; }
a { background-color: rgb(189,54,96); }
div.DivClassName
{
background-color: #BD3660;
}
.BgClassName
{
background-color: #BD3660;
}
</style>
border-color css
<style>
span { border-color: #BD3660; }
span { border-color: rgb(189,54,96); }
td.TdClassName
{
border-color: #BD3660;
}
.TagClassName
{
border-color: #BD3660;
}
</style>