Shades of Rouge #BD3B61
Tints of Rouge #BD3B61
RGB
CMYK
RGB Variations
Color information
#BD3B61 (or 0xBD3B61) is known color: Rouge. HEX triplet: BD, 3B and 61. RGB value is (189,59,97). Sum of RGB (Red+Green+Blue) = 189+59+97=345 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.78% from 345); Green value is 59 (23.44% from 255 or 17.10% from 345); Blue value is 97 (38.28% from 255 or 28.12% from 345); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3B61 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD3B61 is #42C49E. Grayscale: #666666. Windows color (decimal): -4375711 or 6372285. OLE color: 6372285.
HSL color Cylindrical-coordinate representation of color #BD3B61: hue angle of 342.46º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BD3B61 is Cyan = 0, Magento = 0.69, Yellow = 0.49 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 59 | 97 | - |
| CMYK | 0 | 0.69 | 0.49 | 0.26 |
| HSL | 342.46º | 0.52% | 0.49% | - |
| HSV(B) | 342.46º | 0.69% | 0.74% | - |
| XYZ | 24.71 | 14.81 | 12.87 | - |
| YUV | 102.2 | 125.07 | 189.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 59 | 97 | 0 | 0.69 | 0.49 | 0.26 | 342.46 | 0.52 | 0.49 |
| Hex | BD | 3B | 61 | 0 | 45 | 31 | 1A | 156 | 34 | 31 |
| Octal | 275 | 73 | 141 | 0 | 105 | 61 | 32 | 526 | 64 | 61 |
| Binary | 10111101 | 111011 | 1100001 | 0 | 1000101 | 110001 | 11010 | 101010110 | 110100 | 110001 |
Color Harmonies of #BD3B61
Complementary color
Monochromatic Colors of #BD3B61
Black with #BD3B61
Text Example
Text Example
White with #BD3B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3B61; }
p { color: rgb(189,59,97); }
H1.HeaderClassName
{
color: #BD3B61;
}
.AnyTagClassName
{
color: #BD3B61;
}
</style>
background-color css
<style>
a { background-color: #BD3B61; }
a { background-color: rgb(189,59,97); }
div.DivClassName
{
background-color: #BD3B61;
}
.BgClassName
{
background-color: #BD3B61;
}
</style>
border-color css
<style>
span { border-color: #BD3B61; }
span { border-color: rgb(189,59,97); }
td.TdClassName
{
border-color: #BD3B61;
}
.TagClassName
{
border-color: #BD3B61;
}
</style>