Shades of Rouge #BC3D67
Tints of Rouge #BC3D67
RGB
CMYK
RGB Variations
Color information
#BC3D67 (or 0xBC3D67) is known color: Rouge. HEX triplet: BC, 3D and 67. RGB value is (188,61,103). Sum of RGB (Red+Green+Blue) = 188+61+103=352 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.41% from 352); Green value is 61 (24.22% from 255 or 17.33% from 352); Blue value is 103 (40.62% from 255 or 29.26% from 352); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3D67 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3D67 is #43C298. Grayscale: #676767. Windows color (decimal): -4440729 or 6766012. OLE color: 6766012.
HSL color Cylindrical-coordinate representation of color #BC3D67: hue angle of 340.16º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BC3D67 is Cyan = 0, Magento = 0.68, Yellow = 0.45 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 61 | 103 | - |
| CMYK | 0 | 0.68 | 0.45 | 0.26 |
| HSL | 340.16º | 0.51% | 0.49% | - |
| HSV(B) | 340.16º | 0.68% | 0.74% | - |
| XYZ | 24.86 | 15.01 | 14.42 | - |
| YUV | 103.76 | 127.58 | 188.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 61 | 103 | 0 | 0.68 | 0.45 | 0.26 | 340.16 | 0.51 | 0.49 |
| Hex | BC | 3D | 67 | 0 | 44 | 2D | 1A | 154 | 33 | 31 |
| Octal | 274 | 75 | 147 | 0 | 104 | 55 | 32 | 524 | 63 | 61 |
| Binary | 10111100 | 111101 | 1100111 | 0 | 1000100 | 101101 | 11010 | 101010100 | 110011 | 110001 |
Color Harmonies of #BC3D67
Complementary color
Monochromatic Colors of #BC3D67
Black with #BC3D67
Text Example
Text Example
White with #BC3D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3D67; }
p { color: rgb(188,61,103); }
H1.HeaderClassName
{
color: #BC3D67;
}
.AnyTagClassName
{
color: #BC3D67;
}
</style>
background-color css
<style>
a { background-color: #BC3D67; }
a { background-color: rgb(188,61,103); }
div.DivClassName
{
background-color: #BC3D67;
}
.BgClassName
{
background-color: #BC3D67;
}
</style>
border-color css
<style>
span { border-color: #BC3D67; }
span { border-color: rgb(188,61,103); }
td.TdClassName
{
border-color: #BC3D67;
}
.TagClassName
{
border-color: #BC3D67;
}
</style>