#BC7697

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

Shades of Hopbush #BC7697

Tints of Hopbush #BC7697

Color information

#BC7697 (or 0xBC7697) is unknown color: approx Hopbush. HEX triplet: BC, 76 and 97. RGB value is (188,118,151). Sum of RGB (Red+Green+Blue) = 188+118+151=457 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.14% from 457); Green value is 118 (46.48% from 255 or 25.82% from 457); Blue value is 151 (59.38% from 255 or 33.04% from 457); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7697 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7697 is #438968. Grayscale: #8E8E8E. Windows color (decimal): -4426089 or 9926332. OLE color: 9926332.

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

Color convert

RGB188118151-
CMYK00.370.200.26
HSL331.71º34.31%60%-
HSV(B)331.71º37.23%73.73%-
XYZ32.825.8832.55-
YUV142.69132.69160.32-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.14%
GREEN value IS 118 (46.48% from 255) = 25.82%
BLUE value IS 151 (59.38% from 255) = 33.04%
R=41.14%
G=25.82%
B=33.04%

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
Decimal18811815100.370.200.26331.7134.3160
HexBC7697025141A14c223c
Octal27416622704524325144274
Binary1011110011101101001011101001011010011010101001100100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7697; }

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

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

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

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

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

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

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

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