#BC7596

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

Shades of Hopbush #BC7596

Tints of Hopbush #BC7596

Color information

#BC7596 (or 0xBC7596) is unknown color: approx Hopbush. HEX triplet: BC, 75 and 96. RGB value is (188,117,150). Sum of RGB (Red+Green+Blue) = 188+117+150=455 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.32% from 455); Green value is 117 (46.09% from 255 or 25.71% from 455); Blue value is 150 (58.98% from 255 or 32.97% from 455); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7596 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7596 is #438A69. Grayscale: #8D8D8D. Windows color (decimal): -4426346 or 9860540. OLE color: 9860540.

HSL color Cylindrical-coordinate representation of color #BC7596: hue angle of 332.11º 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 #BC7596 is Cyan = 0, Magento = 0.38, Yellow = 0.20 and Black (K on CMYK) = 0.26.

Color convert

RGB188117150-
CMYK00.380.200.26
HSL332.11º34.63%59.8%-
HSV(B)332.11º37.77%73.73%-
XYZ32.6125.6232.08-
YUV141.99132.52160.82-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.32%
GREEN value IS 117 (46.09% from 255) = 25.71%
BLUE value IS 150 (58.98% from 255) = 32.97%
R=41.32%
G=25.71%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.20
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811715000.380.200.26332.1134.6359.8
HexBC7596026141A14c233c
Octal27416522604624325144374
Binary1011110011101011001011001001101010011010101001100100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7596; }

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

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

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

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

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

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

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

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