Shades of Rouge #BD3662
Tints of Rouge #BD3662
RGB
CMYK
RGB Variations
Color information
#BD3662 (or 0xBD3662) is known color: Rouge. HEX triplet: BD, 36 and 62. RGB value is (189,54,98). Sum of RGB (Red+Green+Blue) = 189+54+98=341 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.43% from 341); Green value is 54 (21.48% from 255 or 15.84% from 341); Blue value is 98 (38.67% from 255 or 28.74% from 341); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3662 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD3662 is #42C99D. Grayscale: #636363. Windows color (decimal): -4376990 or 6436541. OLE color: 6436541.
HSL color Cylindrical-coordinate representation of color #BD3662: hue angle of 340.44º 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 #BD3662 is Cyan = 0, Magento = 0.71, Yellow = 0.48 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 54 | 98 | - |
| CMYK | 0 | 0.71 | 0.48 | 0.26 |
| HSL | 340.44º | 0.56% | 0.48% | - |
| HSV(B) | 340.44º | 0.71% | 0.74% | - |
| XYZ | 24.51 | 14.34 | 13.03 | - |
| YUV | 99.38 | 127.23 | 191.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 54 | 98 | 0 | 0.71 | 0.48 | 0.26 | 340.44 | 0.56 | 0.48 |
| Hex | BD | 36 | 62 | 0 | 47 | 30 | 1A | 154 | 38 | 30 |
| Octal | 275 | 66 | 142 | 0 | 107 | 60 | 32 | 524 | 70 | 60 |
| Binary | 10111101 | 110110 | 1100010 | 0 | 1000111 | 110000 | 11010 | 101010100 | 111000 | 110000 |
Color Harmonies of #BD3662
Complementary color
Monochromatic Colors of #BD3662
Black with #BD3662
Text Example
Text Example
White with #BD3662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3662; }
p { color: rgb(189,54,98); }
H1.HeaderClassName
{
color: #BD3662;
}
.AnyTagClassName
{
color: #BD3662;
}
</style>
background-color css
<style>
a { background-color: #BD3662; }
a { background-color: rgb(189,54,98); }
div.DivClassName
{
background-color: #BD3662;
}
.BgClassName
{
background-color: #BD3662;
}
</style>
border-color css
<style>
span { border-color: #BD3662; }
span { border-color: rgb(189,54,98); }
td.TdClassName
{
border-color: #BD3662;
}
.TagClassName
{
border-color: #BD3662;
}
</style>