Shades of Rouge #BD2B68
Tints of Rouge #BD2B68
RGB
CMYK
RGB Variations
Color information
#BD2B68 (or 0xBD2B68) is known color: Rouge. HEX triplet: BD, 2B and 68. RGB value is (189,43,104). Sum of RGB (Red+Green+Blue) = 189+43+104=336 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.25% from 336); Green value is 43 (17.19% from 255 or 12.80% from 336); Blue value is 104 (41.02% from 255 or 30.95% from 336); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2B68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2B68 is #42D497. Grayscale: #5D5D5D. Windows color (decimal): -4379800 or 6826941. OLE color: 6826941.
HSL color Cylindrical-coordinate representation of color #BD2B68: hue angle of 334.93º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BD2B68 is Cyan = 0, Magento = 0.77, Yellow = 0.45 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 43 | 104 | - |
| CMYK | 0 | 0.77 | 0.45 | 0.26 |
| HSL | 334.93º | 0.63% | 0.45% | - |
| HSV(B) | 334.93º | 0.77% | 0.74% | - |
| XYZ | 24.35 | 13.55 | 14.43 | - |
| YUV | 93.61 | 133.87 | 196.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 43 | 104 | 0 | 0.77 | 0.45 | 0.26 | 334.93 | 0.63 | 0.45 |
| Hex | BD | 2B | 68 | 0 | 4D | 2D | 1A | 14F | 3F | 2D |
| Octal | 275 | 53 | 150 | 0 | 115 | 55 | 32 | 517 | 77 | 55 |
| Binary | 10111101 | 101011 | 1101000 | 0 | 1001101 | 101101 | 11010 | 101001111 | 111111 | 101101 |
Color Harmonies of #BD2B68
Complementary color
Monochromatic Colors of #BD2B68
Black with #BD2B68
Text Example
Text Example
White with #BD2B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2B68; }
p { color: rgb(189,43,104); }
H1.HeaderClassName
{
color: #BD2B68;
}
.AnyTagClassName
{
color: #BD2B68;
}
</style>
background-color css
<style>
a { background-color: #BD2B68; }
a { background-color: rgb(189,43,104); }
div.DivClassName
{
background-color: #BD2B68;
}
.BgClassName
{
background-color: #BD2B68;
}
</style>
border-color css
<style>
span { border-color: #BD2B68; }
span { border-color: rgb(189,43,104); }
td.TdClassName
{
border-color: #BD2B68;
}
.TagClassName
{
border-color: #BD2B68;
}
</style>