Shades of Rouge #BC3465
Tints of Rouge #BC3465
RGB
CMYK
RGB Variations
Color information
#BC3465 (or 0xBC3465) is known color: Rouge. HEX triplet: BC, 34 and 65. RGB value is (188,52,101). Sum of RGB (Red+Green+Blue) = 188+52+101=341 (45% of max value = 765). Red value is 188 (73.83% from 255 or 55.13% from 341); Green value is 52 (20.70% from 255 or 15.25% from 341); Blue value is 101 (39.84% from 255 or 29.62% from 341); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3465 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3465 is #43CB9A. Grayscale: #626262. Windows color (decimal): -4443035 or 6632636. OLE color: 6632636.
HSL color Cylindrical-coordinate representation of color #BC3465: hue angle of 338.38º 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 #BC3465 is Cyan = 0, Magento = 0.72, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 52 | 101 | - |
| CMYK | 0 | 0.72 | 0.46 | 0.26 |
| HSL | 338.38º | 0.57% | 0.47% | - |
| HSV(B) | 338.38º | 0.72% | 0.74% | - |
| XYZ | 24.32 | 14.09 | 13.75 | - |
| YUV | 98.25 | 129.56 | 192.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 52 | 101 | 0 | 0.72 | 0.46 | 0.26 | 338.38 | 0.57 | 0.47 |
| Hex | BC | 34 | 65 | 0 | 48 | 2E | 1A | 152 | 39 | 2F |
| Octal | 274 | 64 | 145 | 0 | 110 | 56 | 32 | 522 | 71 | 57 |
| Binary | 10111100 | 110100 | 1100101 | 0 | 1001000 | 101110 | 11010 | 101010010 | 111001 | 101111 |
Color Harmonies of #BC3465
Complementary color
Monochromatic Colors of #BC3465
Black with #BC3465
Text Example
Text Example
White with #BC3465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3465; }
p { color: rgb(188,52,101); }
H1.HeaderClassName
{
color: #BC3465;
}
.AnyTagClassName
{
color: #BC3465;
}
</style>
background-color css
<style>
a { background-color: #BC3465; }
a { background-color: rgb(188,52,101); }
div.DivClassName
{
background-color: #BC3465;
}
.BgClassName
{
background-color: #BC3465;
}
</style>
border-color css
<style>
span { border-color: #BC3465; }
span { border-color: rgb(188,52,101); }
td.TdClassName
{
border-color: #BC3465;
}
.TagClassName
{
border-color: #BC3465;
}
</style>