Shades of Rouge #BD2A6A
Tints of Rouge #BD2A6A
RGB
CMYK
RGB Variations
Color information
#BD2A6A (or 0xBD2A6A) is known color: Rouge. HEX triplet: BD, 2A and 6A. RGB value is (189,42,106). Sum of RGB (Red+Green+Blue) = 189+42+106=337 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.08% from 337); Green value is 42 (16.80% from 255 or 12.46% from 337); Blue value is 106 (41.80% from 255 or 31.45% from 337); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2A6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2A6A is #42D595. Grayscale: #5D5D5D. Windows color (decimal): -4380054 or 6957757. OLE color: 6957757.
HSL color Cylindrical-coordinate representation of color #BD2A6A: hue angle of 333.88º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BD2A6A is Cyan = 0, Magento = 0.78, Yellow = 0.44 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 42 | 106 | - |
| CMYK | 0 | 0.78 | 0.44 | 0.26 |
| HSL | 333.88º | 0.64% | 0.45% | - |
| HSV(B) | 333.88º | 0.78% | 0.74% | - |
| XYZ | 24.42 | 13.52 | 14.96 | - |
| YUV | 93.25 | 135.2 | 196.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 42 | 106 | 0 | 0.78 | 0.44 | 0.26 | 333.88 | 0.64 | 0.45 |
| Hex | BD | 2A | 6A | 0 | 4E | 2C | 1A | 14E | 40 | 2D |
| Octal | 275 | 52 | 152 | 0 | 116 | 54 | 32 | 516 | 100 | 55 |
| Binary | 10111101 | 101010 | 1101010 | 0 | 1001110 | 101100 | 11010 | 101001110 | 1000000 | 101101 |
Color Harmonies of #BD2A6A
Complementary color
Monochromatic Colors of #BD2A6A
Black with #BD2A6A
Text Example
Text Example
White with #BD2A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2A6A; }
p { color: rgb(189,42,106); }
H1.HeaderClassName
{
color: #BD2A6A;
}
.AnyTagClassName
{
color: #BD2A6A;
}
</style>
background-color css
<style>
a { background-color: #BD2A6A; }
a { background-color: rgb(189,42,106); }
div.DivClassName
{
background-color: #BD2A6A;
}
.BgClassName
{
background-color: #BD2A6A;
}
</style>
border-color css
<style>
span { border-color: #BD2A6A; }
span { border-color: rgb(189,42,106); }
td.TdClassName
{
border-color: #BD2A6A;
}
.TagClassName
{
border-color: #BD2A6A;
}
</style>