Shades of Rouge #BC3467
Tints of Rouge #BC3467
RGB
CMYK
RGB Variations
Color information
#BC3467 (or 0xBC3467) is known color: Rouge. HEX triplet: BC, 34 and 67. RGB value is (188,52,103). Sum of RGB (Red+Green+Blue) = 188+52+103=343 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.81% from 343); Green value is 52 (20.70% from 255 or 15.16% from 343); Blue value is 103 (40.62% from 255 or 30.03% from 343); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3467 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3467 is #43CB98. Grayscale: #626262. Windows color (decimal): -4443033 or 6763708. OLE color: 6763708.
HSL color Cylindrical-coordinate representation of color #BC3467: hue angle of 337.5º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BC3467 is Cyan = 0, Magento = 0.72, Yellow = 0.45 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 52 | 103 | - |
| CMYK | 0 | 0.72 | 0.45 | 0.26 |
| HSL | 337.5º | 0.57% | 0.47% | - |
| HSV(B) | 337.5º | 0.72% | 0.74% | - |
| XYZ | 24.42 | 14.13 | 14.27 | - |
| YUV | 98.48 | 130.56 | 191.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 52 | 103 | 0 | 0.72 | 0.45 | 0.26 | 337.5 | 0.57 | 0.47 |
| Hex | BC | 34 | 67 | 0 | 48 | 2D | 1A | 152 | 39 | 2F |
| Octal | 274 | 64 | 147 | 0 | 110 | 55 | 32 | 522 | 71 | 57 |
| Binary | 10111100 | 110100 | 1100111 | 0 | 1001000 | 101101 | 11010 | 101010010 | 111001 | 101111 |
Color Harmonies of #BC3467
Complementary color
Monochromatic Colors of #BC3467
Black with #BC3467
Text Example
Text Example
White with #BC3467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3467; }
p { color: rgb(188,52,103); }
H1.HeaderClassName
{
color: #BC3467;
}
.AnyTagClassName
{
color: #BC3467;
}
</style>
background-color css
<style>
a { background-color: #BC3467; }
a { background-color: rgb(188,52,103); }
div.DivClassName
{
background-color: #BC3467;
}
.BgClassName
{
background-color: #BC3467;
}
</style>
border-color css
<style>
span { border-color: #BC3467; }
span { border-color: rgb(188,52,103); }
td.TdClassName
{
border-color: #BC3467;
}
.TagClassName
{
border-color: #BC3467;
}
</style>