#BC7795

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

Shades of Hopbush #BC7795

Tints of Hopbush #BC7795

Color information

#BC7795 (or 0xBC7795) is unknown color: approx Hopbush. HEX triplet: BC, 77 and 95. RGB value is (188,119,149). Sum of RGB (Red+Green+Blue) = 188+119+149=456 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.23% from 456); Green value is 119 (46.88% from 255 or 26.10% from 456); Blue value is 149 (58.59% from 255 or 32.68% from 456); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7795 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7795 is #43886A. Grayscale: #8F8F8F. Windows color (decimal): -4425835 or 9795516. OLE color: 9795516.

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

Color convert

RGB188119149-
CMYK00.370.210.26
HSL333.91º33.99%60.2%-
HSV(B)333.91º36.7%73.73%-
XYZ32.7626.0531.74-
YUV143.05131.36160.06-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.23%
GREEN value IS 119 (46.88% from 255) = 26.10%
BLUE value IS 149 (58.59% from 255) = 32.68%
R=41.23%
G=26.10%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.21
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811914900.370.210.26333.9133.9960.2
HexBC7795025151A14e223c
Octal27416722504525325164274
Binary1011110011101111001010101001011010111010101001110100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7795; }

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

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

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

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

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

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

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

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