#BC7296

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

Shades of Hopbush #BC7296

Tints of Hopbush #BC7296

Color information

#BC7296 (or 0xBC7296) is unknown color: approx Hopbush. HEX triplet: BC, 72 and 96. RGB value is (188,114,150). Sum of RGB (Red+Green+Blue) = 188+114+150=452 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.59% from 452); Green value is 114 (44.92% from 255 or 25.22% from 452); Blue value is 150 (58.98% from 255 or 33.19% from 452); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7296 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7296 is #438D69. Grayscale: #8C8C8C. Windows color (decimal): -4427114 or 9859772. OLE color: 9859772.

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

Color convert

RGB188114150-
CMYK00.390.200.26
HSL330.81º35.58%59.22%-
HSV(B)330.81º39.36%73.73%-
XYZ32.2624.9331.97-
YUV140.23133.52162.07-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.59%
GREEN value IS 114 (44.92% from 255) = 25.22%
BLUE value IS 150 (58.98% from 255) = 33.19%
R=41.59%
G=25.22%
B=33.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.20
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811415000.390.200.26330.8135.5859.22
HexBC7296027141A14b243b
Octal27416222604724325134473
Binary1011110011100101001011001001111010011010101001011100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7296; }

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

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

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

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

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

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

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

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