Shades of Rouge #BD2769
Tints of Rouge #BD2769
RGB
CMYK
RGB Variations
Color information
#BD2769 (or 0xBD2769) is known color: Rouge. HEX triplet: BD, 27 and 69. RGB value is (189,39,105). Sum of RGB (Red+Green+Blue) = 189+39+105=333 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.76% from 333); Green value is 39 (15.62% from 255 or 11.71% from 333); Blue value is 105 (41.41% from 255 or 31.53% from 333); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2769 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2769 is #42D896. Grayscale: #5B5B5B. Windows color (decimal): -4380823 or 6891453. OLE color: 6891453.
HSL color Cylindrical-coordinate representation of color #BD2769: hue angle of 333.6º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BD2769 is Cyan = 0, Magento = 0.79, Yellow = 0.44 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 39 | 105 | - |
| CMYK | 0 | 0.79 | 0.44 | 0.26 |
| HSL | 333.6º | 0.66% | 0.45% | - |
| HSV(B) | 333.6º | 0.79% | 0.74% | - |
| XYZ | 24.26 | 13.29 | 14.65 | - |
| YUV | 91.37 | 135.7 | 197.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 39 | 105 | 0 | 0.79 | 0.44 | 0.26 | 333.6 | 0.66 | 0.45 |
| Hex | BD | 27 | 69 | 0 | 4F | 2C | 1A | 14E | 42 | 2D |
| Octal | 275 | 47 | 151 | 0 | 117 | 54 | 32 | 516 | 102 | 55 |
| Binary | 10111101 | 100111 | 1101001 | 0 | 1001111 | 101100 | 11010 | 101001110 | 1000010 | 101101 |
Color Harmonies of #BD2769
Complementary color
Monochromatic Colors of #BD2769
Black with #BD2769
Text Example
Text Example
White with #BD2769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2769; }
p { color: rgb(189,39,105); }
H1.HeaderClassName
{
color: #BD2769;
}
.AnyTagClassName
{
color: #BD2769;
}
</style>
background-color css
<style>
a { background-color: #BD2769; }
a { background-color: rgb(189,39,105); }
div.DivClassName
{
background-color: #BD2769;
}
.BgClassName
{
background-color: #BD2769;
}
</style>
border-color css
<style>
span { border-color: #BD2769; }
span { border-color: rgb(189,39,105); }
td.TdClassName
{
border-color: #BD2769;
}
.TagClassName
{
border-color: #BD2769;
}
</style>