Shades of Bouquet #BC77A5
Tints of Bouquet #BC77A5
RGB
CMYK
RGB Variations
Color information
#BC77A5 (or 0xBC77A5) is known color: Bouquet. HEX triplet: BC, 77 and A5. RGB value is (188,119,165). Sum of RGB (Red+Green+Blue) = 188+119+165=472 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.83% from 472); Green value is 119 (46.88% from 255 or 25.21% from 472); Blue value is 165 (64.84% from 255 or 34.96% from 472); Max value from RGB is 188 - color contains mainly: red. Hex color #BC77A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC77A5 is #43885A. Grayscale: #909090. Windows color (decimal): -4425819 or 10844092. OLE color: 10844092.
HSL color Cylindrical-coordinate representation of color #BC77A5: hue angle of 320º 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 #BC77A5 is Cyan = 0, Magento = 0.37, Yellow = 0.12 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 119 | 165 | - |
| CMYK | 0 | 0.37 | 0.12 | 0.26 |
| HSL | 320º | 0.34% | 0.6% | - |
| HSV(B) | 320º | 0.37% | 0.74% | - |
| XYZ | 34.13 | 26.6 | 38.93 | - |
| YUV | 144.88 | 139.36 | 158.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 119 | 165 | 0 | 0.37 | 0.12 | 0.26 | 320 | 0.34 | 0.6 |
| Hex | BC | 77 | A5 | 0 | 25 | C | 1A | 140 | 22 | 3C |
| Octal | 274 | 167 | 245 | 0 | 45 | 14 | 32 | 500 | 42 | 74 |
| Binary | 10111100 | 1110111 | 10100101 | 0 | 100101 | 1100 | 11010 | 101000000 | 100010 | 111100 |
Color Harmonies of #BC77A5
Complementary color
Monochromatic Colors of #BC77A5
Black with #BC77A5
Text Example
Text Example
White with #BC77A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC77A5; }
p { color: rgb(188,119,165); }
H1.HeaderClassName
{
color: #BC77A5;
}
.AnyTagClassName
{
color: #BC77A5;
}
</style>
background-color css
<style>
a { background-color: #BC77A5; }
a { background-color: rgb(188,119,165); }
div.DivClassName
{
background-color: #BC77A5;
}
.BgClassName
{
background-color: #BC77A5;
}
</style>
border-color css
<style>
span { border-color: #BC77A5; }
span { border-color: rgb(188,119,165); }
td.TdClassName
{
border-color: #BC77A5;
}
.TagClassName
{
border-color: #BC77A5;
}
</style>