Shades of Rouge #BD346C
Tints of Rouge #BD346C
RGB
CMYK
RGB Variations
Color information
#BD346C (or 0xBD346C) is known color: Rouge. HEX triplet: BD, 34 and 6C. RGB value is (189,52,108). Sum of RGB (Red+Green+Blue) = 189+52+108=349 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54.15% from 349); Green value is 52 (20.70% from 255 or 14.90% from 349); Blue value is 108 (42.58% from 255 or 30.95% from 349); Max value from RGB is 189 - color contains mainly: red. Hex color #BD346C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD346C is #42CB93. Grayscale: #636363. Windows color (decimal): -4377492 or 7091389. OLE color: 7091389.
HSL color Cylindrical-coordinate representation of color #BD346C: hue angle of 335.47º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BD346C is Cyan = 0, Magento = 0.72, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 52 | 108 | - |
| CMYK | 0 | 0.72 | 0.43 | 0.26 |
| HSL | 335.47º | 0.57% | 0.47% | - |
| HSV(B) | 335.47º | 0.72% | 0.74% | - |
| XYZ | 24.92 | 14.36 | 15.65 | - |
| YUV | 99.35 | 132.89 | 191.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 52 | 108 | 0 | 0.72 | 0.43 | 0.26 | 335.47 | 0.57 | 0.47 |
| Hex | BD | 34 | 6C | 0 | 48 | 2B | 1A | 14F | 39 | 2F |
| Octal | 275 | 64 | 154 | 0 | 110 | 53 | 32 | 517 | 71 | 57 |
| Binary | 10111101 | 110100 | 1101100 | 0 | 1001000 | 101011 | 11010 | 101001111 | 111001 | 101111 |
Color Harmonies of #BD346C
Complementary color
Monochromatic Colors of #BD346C
Black with #BD346C
Text Example
Text Example
White with #BD346C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD346C; }
p { color: rgb(189,52,108); }
H1.HeaderClassName
{
color: #BD346C;
}
.AnyTagClassName
{
color: #BD346C;
}
</style>
background-color css
<style>
a { background-color: #BD346C; }
a { background-color: rgb(189,52,108); }
div.DivClassName
{
background-color: #BD346C;
}
.BgClassName
{
background-color: #BD346C;
}
</style>
border-color css
<style>
span { border-color: #BD346C; }
span { border-color: rgb(189,52,108); }
td.TdClassName
{
border-color: #BD346C;
}
.TagClassName
{
border-color: #BD346C;
}
</style>