#BC7090

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

Shades of Hopbush #BC7090

Tints of Hopbush #BC7090

Color information

#BC7090 (or 0xBC7090) is unknown color: approx Hopbush. HEX triplet: BC, 70 and 90. RGB value is (188,112,144). Sum of RGB (Red+Green+Blue) = 188+112+144=444 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.34% from 444); Green value is 112 (44.14% from 255 or 25.23% from 444); Blue value is 144 (56.64% from 255 or 32.43% from 444); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7090 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7090 is #438F6F. Grayscale: #8A8A8A. Windows color (decimal): -4427632 or 9466044. OLE color: 9466044.

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

Color convert

RGB188112144-
CMYK00.400.230.26
HSL334.74º36.19%58.82%-
HSV(B)334.74º40.43%73.73%-
XYZ31.5724.2929.41-
YUV138.37131.18163.4-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.34%
GREEN value IS 112 (44.14% from 255) = 25.23%
BLUE value IS 144 (56.64% from 255) = 32.43%
R=42.34%
G=25.23%
B=32.43%

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
Decimal18811214400.400.230.26334.7436.1958.82
HexBC7090028171A14f243b
Octal27416022005027325174473
Binary1011110011100001001000001010001011111010101001111100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7090; }

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

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

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

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

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

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

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

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