Shades of Rouge #BD3665
Tints of Rouge #BD3665
RGB
CMYK
RGB Variations
Color information
#BD3665 (or 0xBD3665) is known color: Rouge. HEX triplet: BD, 36 and 65. RGB value is (189,54,101). Sum of RGB (Red+Green+Blue) = 189+54+101=344 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.94% from 344); Green value is 54 (21.48% from 255 or 15.70% from 344); Blue value is 101 (39.84% from 255 or 29.36% from 344); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3665 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD3665 is #42C99A. Grayscale: #636363. Windows color (decimal): -4376987 or 6633149. OLE color: 6633149.
HSL color Cylindrical-coordinate representation of color #BD3665: hue angle of 339.11º 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 #BD3665 is Cyan = 0, Magento = 0.71, Yellow = 0.47 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 54 | 101 | - |
| CMYK | 0 | 0.71 | 0.47 | 0.26 |
| HSL | 339.11º | 0.56% | 0.48% | - |
| HSV(B) | 339.11º | 0.71% | 0.74% | - |
| XYZ | 24.65 | 14.4 | 13.79 | - |
| YUV | 99.72 | 128.73 | 191.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 54 | 101 | 0 | 0.71 | 0.47 | 0.26 | 339.11 | 0.56 | 0.48 |
| Hex | BD | 36 | 65 | 0 | 47 | 2F | 1A | 153 | 38 | 30 |
| Octal | 275 | 66 | 145 | 0 | 107 | 57 | 32 | 523 | 70 | 60 |
| Binary | 10111101 | 110110 | 1100101 | 0 | 1000111 | 101111 | 11010 | 101010011 | 111000 | 110000 |
Color Harmonies of #BD3665
Complementary color
Monochromatic Colors of #BD3665
Black with #BD3665
Text Example
Text Example
White with #BD3665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3665; }
p { color: rgb(189,54,101); }
H1.HeaderClassName
{
color: #BD3665;
}
.AnyTagClassName
{
color: #BD3665;
}
</style>
background-color css
<style>
a { background-color: #BD3665; }
a { background-color: rgb(189,54,101); }
div.DivClassName
{
background-color: #BD3665;
}
.BgClassName
{
background-color: #BD3665;
}
</style>
border-color css
<style>
span { border-color: #BD3665; }
span { border-color: rgb(189,54,101); }
td.TdClassName
{
border-color: #BD3665;
}
.TagClassName
{
border-color: #BD3665;
}
</style>