Shades of Rouge #BD3C65
Tints of Rouge #BD3C65
RGB
CMYK
RGB Variations
Color information
#BD3C65 (or 0xBD3C65) is known color: Rouge. HEX triplet: BD, 3C and 65. RGB value is (189,60,101). Sum of RGB (Red+Green+Blue) = 189+60+101=350 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54% from 350); Green value is 60 (23.83% from 255 or 17.14% from 350); Blue value is 101 (39.84% from 255 or 28.86% from 350); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3C65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD3C65 is #42C39A. Grayscale: #676767. Windows color (decimal): -4375451 or 6634685. OLE color: 6634685.
HSL color Cylindrical-coordinate representation of color #BD3C65: hue angle of 340.93º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BD3C65 is Cyan = 0, Magento = 0.68, Yellow = 0.47 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 60 | 101 | - |
| CMYK | 0 | 0.68 | 0.47 | 0.26 |
| HSL | 340.93º | 0.52% | 0.49% | - |
| HSV(B) | 340.93º | 0.68% | 0.74% | - |
| XYZ | 24.95 | 14.99 | 13.89 | - |
| YUV | 103.25 | 126.74 | 189.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 60 | 101 | 0 | 0.68 | 0.47 | 0.26 | 340.93 | 0.52 | 0.49 |
| Hex | BD | 3C | 65 | 0 | 44 | 2F | 1A | 155 | 34 | 31 |
| Octal | 275 | 74 | 145 | 0 | 104 | 57 | 32 | 525 | 64 | 61 |
| Binary | 10111101 | 111100 | 1100101 | 0 | 1000100 | 101111 | 11010 | 101010101 | 110100 | 110001 |
Color Harmonies of #BD3C65
Complementary color
Monochromatic Colors of #BD3C65
Black with #BD3C65
Text Example
Text Example
White with #BD3C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3C65; }
p { color: rgb(189,60,101); }
H1.HeaderClassName
{
color: #BD3C65;
}
.AnyTagClassName
{
color: #BD3C65;
}
</style>
background-color css
<style>
a { background-color: #BD3C65; }
a { background-color: rgb(189,60,101); }
div.DivClassName
{
background-color: #BD3C65;
}
.BgClassName
{
background-color: #BD3C65;
}
</style>
border-color css
<style>
span { border-color: #BD3C65; }
span { border-color: rgb(189,60,101); }
td.TdClassName
{
border-color: #BD3C65;
}
.TagClassName
{
border-color: #BD3C65;
}
</style>