Shades of Rouge #BD3B64
Tints of Rouge #BD3B64
RGB
CMYK
RGB Variations
Color information
#BD3B64 (or 0xBD3B64) is known color: Rouge. HEX triplet: BD, 3B and 64. RGB value is (189,59,100). Sum of RGB (Red+Green+Blue) = 189+59+100=348 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54.31% from 348); Green value is 59 (23.44% from 255 or 16.95% from 348); Blue value is 100 (39.45% from 255 or 28.74% from 348); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3B64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD3B64 is #42C49B. Grayscale: #666666. Windows color (decimal): -4375708 or 6568893. OLE color: 6568893.
HSL color Cylindrical-coordinate representation of color #BD3B64: hue angle of 341.08º 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 #BD3B64 is Cyan = 0, Magento = 0.69, Yellow = 0.47 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 59 | 100 | - |
| CMYK | 0 | 0.69 | 0.47 | 0.26 |
| HSL | 341.08º | 0.52% | 0.49% | - |
| HSV(B) | 341.08º | 0.69% | 0.74% | - |
| XYZ | 24.85 | 14.87 | 13.62 | - |
| YUV | 102.54 | 126.57 | 189.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 59 | 100 | 0 | 0.69 | 0.47 | 0.26 | 341.08 | 0.52 | 0.49 |
| Hex | BD | 3B | 64 | 0 | 45 | 2F | 1A | 155 | 34 | 31 |
| Octal | 275 | 73 | 144 | 0 | 105 | 57 | 32 | 525 | 64 | 61 |
| Binary | 10111101 | 111011 | 1100100 | 0 | 1000101 | 101111 | 11010 | 101010101 | 110100 | 110001 |
Color Harmonies of #BD3B64
Complementary color
Monochromatic Colors of #BD3B64
Black with #BD3B64
Text Example
Text Example
White with #BD3B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3B64; }
p { color: rgb(189,59,100); }
H1.HeaderClassName
{
color: #BD3B64;
}
.AnyTagClassName
{
color: #BD3B64;
}
</style>
background-color css
<style>
a { background-color: #BD3B64; }
a { background-color: rgb(189,59,100); }
div.DivClassName
{
background-color: #BD3B64;
}
.BgClassName
{
background-color: #BD3B64;
}
</style>
border-color css
<style>
span { border-color: #BD3B64; }
span { border-color: rgb(189,59,100); }
td.TdClassName
{
border-color: #BD3B64;
}
.TagClassName
{
border-color: #BD3B64;
}
</style>