#BC759A

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

Shades of Hopbush #BC759A

Tints of Hopbush #BC759A

Color information

#BC759A (or 0xBC759A) is unknown color: approx Hopbush. HEX triplet: BC, 75 and 9A. RGB value is (188,117,154). Sum of RGB (Red+Green+Blue) = 188+117+154=459 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.96% from 459); Green value is 117 (46.09% from 255 or 25.49% from 459); Blue value is 154 (60.55% from 255 or 33.55% from 459); Max value from RGB is 188 - color contains mainly: red. Hex color #BC759A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC759A is #438A65. Grayscale: #8E8E8E. Windows color (decimal): -4426342 or 10122684. OLE color: 10122684.

HSL color Cylindrical-coordinate representation of color #BC759A: hue angle of 328.73º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BC759A is Cyan = 0, Magento = 0.38, Yellow = 0.18 and Black (K on CMYK) = 0.26.

Color convert

RGB188117154-
CMYK00.380.180.26
HSL328.73º34.63%59.8%-
HSV(B)328.73º37.77%73.73%-
XYZ32.9325.7533.81-
YUV142.45134.52160.49-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.96%
GREEN value IS 117 (46.09% from 255) = 25.49%
BLUE value IS 154 (60.55% from 255) = 33.55%
R=40.96%
G=25.49%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.18
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811715400.380.180.26328.7334.6359.8
HexBC759A026121A149233c
Octal27416523204622325114374
Binary1011110011101011001101001001101001011010101001001100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC759A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC759A; }

 p { color: rgb(188,117,154); }

 H1.HeaderClassName
 {
   color: #BC759A;
 }
 .AnyTagClassName
 {
   color: #BC759A;
 }
</style>
background-color css

<style>
 a { background-color: #BC759A; }

 a { background-color: rgb(188,117,154); }

 div.DivClassName
 {
   background-color: #BC759A;
 }
 .BgClassName
 {
   background-color: #BC759A;
 }
</style>
border-color css

<style>
 span { border-color: #BC759A; }

 span { border-color: rgb(188,117,154); }

 td.TdClassName
 {
   border-color: #BC759A;
 }
 .TagClassName
 {
   border-color: #BC759A;
 }
</style>