Shades of Rouge #BD3668
Tints of Rouge #BD3668
RGB
CMYK
RGB Variations
Color information
#BD3668 (or 0xBD3668) is known color: Rouge. HEX triplet: BD, 36 and 68. RGB value is (189,54,104). Sum of RGB (Red+Green+Blue) = 189+54+104=347 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.47% from 347); Green value is 54 (21.48% from 255 or 15.56% from 347); Blue value is 104 (41.02% from 255 or 29.97% from 347); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3668 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD3668 is #42C997. Grayscale: #646464. Windows color (decimal): -4376984 or 6829757. OLE color: 6829757.
HSL color Cylindrical-coordinate representation of color #BD3668: hue angle of 337.78º 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 #BD3668 is Cyan = 0, Magento = 0.71, Yellow = 0.45 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 54 | 104 | - |
| CMYK | 0 | 0.71 | 0.45 | 0.26 |
| HSL | 337.78º | 0.56% | 0.48% | - |
| HSV(B) | 337.78º | 0.71% | 0.74% | - |
| XYZ | 24.8 | 14.46 | 14.58 | - |
| YUV | 100.07 | 130.23 | 191.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 54 | 104 | 0 | 0.71 | 0.45 | 0.26 | 337.78 | 0.56 | 0.48 |
| Hex | BD | 36 | 68 | 0 | 47 | 2D | 1A | 152 | 38 | 30 |
| Octal | 275 | 66 | 150 | 0 | 107 | 55 | 32 | 522 | 70 | 60 |
| Binary | 10111101 | 110110 | 1101000 | 0 | 1000111 | 101101 | 11010 | 101010010 | 111000 | 110000 |
Color Harmonies of #BD3668
Complementary color
Monochromatic Colors of #BD3668
Black with #BD3668
Text Example
Text Example
White with #BD3668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3668; }
p { color: rgb(189,54,104); }
H1.HeaderClassName
{
color: #BD3668;
}
.AnyTagClassName
{
color: #BD3668;
}
</style>
background-color css
<style>
a { background-color: #BD3668; }
a { background-color: rgb(189,54,104); }
div.DivClassName
{
background-color: #BD3668;
}
.BgClassName
{
background-color: #BD3668;
}
</style>
border-color css
<style>
span { border-color: #BD3668; }
span { border-color: rgb(189,54,104); }
td.TdClassName
{
border-color: #BD3668;
}
.TagClassName
{
border-color: #BD3668;
}
</style>