#BC7091

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

Shades of Hopbush #BC7091

Tints of Hopbush #BC7091

Color information

#BC7091 (or 0xBC7091) is unknown color: approx Hopbush. HEX triplet: BC, 70 and 91. RGB value is (188,112,145). Sum of RGB (Red+Green+Blue) = 188+112+145=445 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.25% from 445); Green value is 112 (44.14% from 255 or 25.17% from 445); Blue value is 145 (57.03% from 255 or 32.58% from 445); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7091 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7091 is #438F6E. Grayscale: #8A8A8A. Windows color (decimal): -4427631 or 9531580. OLE color: 9531580.

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

Color convert

RGB188112145-
CMYK00.400.230.26
HSL333.95º36.19%58.82%-
HSV(B)333.95º40.43%73.73%-
XYZ31.6424.3229.82-
YUV138.49131.68163.32-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.25%
GREEN value IS 112 (44.14% from 255) = 25.17%
BLUE value IS 145 (57.03% from 255) = 32.58%
R=42.25%
G=25.17%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.23
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811214500.400.230.26333.9536.1958.82
HexBC7091028171A14e243b
Octal27416022105027325164473
Binary1011110011100001001000101010001011111010101001110100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7091; }

 p { color: rgb(188,112,145); }

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

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

 a { background-color: rgb(188,112,145); }

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

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

 span { border-color: rgb(188,112,145); }

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