#BC76A1

Color #BC76A1 Bouquet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bouquet #BC76A1

Tints of Bouquet #BC76A1

Color information

#BC76A1 (or 0xBC76A1) is unknown color: approx 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

RGB188118161-
CMYK00.370.140.26
HSL323.14º34.31%60%-
HSV(B)323.14º37.23%73.73%-
XYZ33.6526.2237.01-
YUV143.83137.69159.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 188 (73.83% from 255) = 40.26%
GREEN value IS 118 (46.48% from 255) = 25.27%
BLUE value IS 161 (63.28% from 255) = 34.48%
R=40.26%
G=25.27%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.14
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811816100.370.140.26323.1434.3160
HexBC76A1025E1A143223c
Octal27416624104516325034274
Binary101111001110110101000010100101111011010101000011100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC76A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>