#BC7895

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

Shades of Hopbush #BC7895

Tints of Hopbush #BC7895

Color information

#BC7895 (or 0xBC7895) is unknown color: approx Hopbush. HEX triplet: BC, 78 and 95. RGB value is (188,120,149). Sum of RGB (Red+Green+Blue) = 188+120+149=457 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.14% from 457); Green value is 120 (47.27% from 255 or 26.26% from 457); Blue value is 149 (58.59% from 255 or 32.60% from 457); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7895 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7895 is #43876A. Grayscale: #8F8F8F. Windows color (decimal): -4425579 or 9795772. OLE color: 9795772.

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

Color convert

RGB188120149-
CMYK00.360.210.26
HSL334.41º33.66%60.39%-
HSV(B)334.41º36.17%73.73%-
XYZ32.8826.2931.78-
YUV143.64131.03159.64-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.14%
GREEN value IS 120 (47.27% from 255) = 26.26%
BLUE value IS 149 (58.59% from 255) = 32.60%
R=41.14%
G=26.26%
B=32.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.21
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18812014900.360.210.26334.4133.6660.39
HexBC7895024151A14e223c
Octal27417022504425325164274
Binary1011110011110001001010101001001010111010101001110100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7895; }

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

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

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

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

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

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

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

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