#BC7595

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

Shades of Hopbush #BC7595

Tints of Hopbush #BC7595

Color information

#BC7595 (or 0xBC7595) is unknown color: approx Hopbush. HEX triplet: BC, 75 and 95. RGB value is (188,117,149). Sum of RGB (Red+Green+Blue) = 188+117+149=454 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.41% from 454); Green value is 117 (46.09% from 255 or 25.77% from 454); Blue value is 149 (58.59% from 255 or 32.82% from 454); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7595 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7595 is #438A6A. Grayscale: #8D8D8D. Windows color (decimal): -4426347 or 9795004. OLE color: 9795004.

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

Color convert

RGB188117149-
CMYK00.380.210.26
HSL332.96º34.63%59.8%-
HSV(B)332.96º37.77%73.73%-
XYZ32.5325.5831.66-
YUV141.88132.02160.9-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.41%
GREEN value IS 117 (46.09% from 255) = 25.77%
BLUE value IS 149 (58.59% from 255) = 32.82%
R=41.41%
G=25.77%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.21
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811714900.380.210.26332.9634.6359.8
HexBC7595026151A14d233c
Octal27416522504625325154374
Binary1011110011101011001010101001101010111010101001101100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7595; }

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

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

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

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

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

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

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

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