#BC7797

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

Shades of Hopbush #BC7797

Tints of Hopbush #BC7797

Color information

#BC7797 (or 0xBC7797) is unknown color: approx Hopbush. HEX triplet: BC, 77 and 97. RGB value is (188,119,151). Sum of RGB (Red+Green+Blue) = 188+119+151=458 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.05% from 458); Green value is 119 (46.88% from 255 or 25.98% from 458); Blue value is 151 (59.38% from 255 or 32.97% from 458); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7797 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7797 is #438868. Grayscale: #8F8F8F. Windows color (decimal): -4425833 or 9926588. OLE color: 9926588.

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

Color convert

RGB188119151-
CMYK00.370.200.26
HSL332.17º33.99%60.2%-
HSV(B)332.17º36.7%73.73%-
XYZ32.9226.1232.58-
YUV143.28132.36159.9-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.05%
GREEN value IS 119 (46.88% from 255) = 25.98%
BLUE value IS 151 (59.38% from 255) = 32.97%
R=41.05%
G=25.98%
B=32.97%

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
Decimal18811915100.370.200.26332.1733.9960.2
HexBC7797025141A14c223c
Octal27416722704524325144274
Binary1011110011101111001011101001011010011010101001100100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7797; }

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

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

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

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

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

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

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

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