Shades of Bouquet #BC76A1
Tints of Bouquet #BC76A1
RGB
CMYK
RGB Variations
Color information
#BC76A1 (or 0xBC76A1) is known color: Bouquet. HEX triplet: BC, 76 and A1. RGB value is (188,118,161). Sum of RGB (Red+Green+Blue) = 188+118+161=467 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.26% from 467); Green value is 118 (46.48% from 255 or 25.27% from 467); Blue value is 161 (63.28% from 255 or 34.48% from 467); Max value from RGB is 188 - color contains mainly: red. Hex color #BC76A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC76A1 is #43895E. Grayscale: #8F8F8F. Windows color (decimal): -4426079 or 10581692. OLE color: 10581692.
HSL color Cylindrical-coordinate representation of color #BC76A1: hue angle of 323.14º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BC76A1 is Cyan = 0, Magento = 0.37, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 118 | 161 | - |
| CMYK | 0 | 0.37 | 0.14 | 0.26 |
| HSL | 323.14º | 0.34% | 0.6% | - |
| HSV(B) | 323.14º | 0.37% | 0.74% | - |
| XYZ | 33.65 | 26.22 | 37.01 | - |
| YUV | 143.83 | 137.69 | 159.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 118 | 161 | 0 | 0.37 | 0.14 | 0.26 | 323.14 | 0.34 | 0.6 |
| Hex | BC | 76 | A1 | 0 | 25 | E | 1A | 143 | 22 | 3C |
| Octal | 274 | 166 | 241 | 0 | 45 | 16 | 32 | 503 | 42 | 74 |
| Binary | 10111100 | 1110110 | 10100001 | 0 | 100101 | 1110 | 11010 | 101000011 | 100010 | 111100 |
Color Harmonies of #BC76A1
Complementary color
Monochromatic Colors of #BC76A1
Black with #BC76A1
Text Example
Text Example
White with #BC76A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC76A1; }
p { color: rgb(188,118,161); }
H1.HeaderClassName
{
color: #BC76A1;
}
.AnyTagClassName
{
color: #BC76A1;
}
</style>
background-color css
<style>
a { background-color: #BC76A1; }
a { background-color: rgb(188,118,161); }
div.DivClassName
{
background-color: #BC76A1;
}
.BgClassName
{
background-color: #BC76A1;
}
</style>
border-color css
<style>
span { border-color: #BC76A1; }
span { border-color: rgb(188,118,161); }
td.TdClassName
{
border-color: #BC76A1;
}
.TagClassName
{
border-color: #BC76A1;
}
</style>