#BC7696

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

Shades of Hopbush #BC7696

Tints of Hopbush #BC7696

Color information

#BC7696 (or 0xBC7696) is unknown color: approx Hopbush. HEX triplet: BC, 76 and 96. RGB value is (188,118,150). Sum of RGB (Red+Green+Blue) = 188+118+150=456 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.23% from 456); Green value is 118 (46.48% from 255 or 25.88% from 456); Blue value is 150 (58.98% from 255 or 32.89% from 456); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7696 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7696 is #438969. Grayscale: #8E8E8E. Windows color (decimal): -4426090 or 9860796. OLE color: 9860796.

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

Color convert

RGB188118150-
CMYK00.370.200.26
HSL332.57º34.31%60%-
HSV(B)332.57º37.23%73.73%-
XYZ32.7225.8532.12-
YUV142.58132.19160.4-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.23%
GREEN value IS 118 (46.48% from 255) = 25.88%
BLUE value IS 150 (58.98% from 255) = 32.89%
R=41.23%
G=25.88%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.20
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811815000.370.200.26332.5734.3160
HexBC7696025141A14d223c
Octal27416622604524325154274
Binary1011110011101101001011001001011010011010101001101100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7696; }

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

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

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

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

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

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

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

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