#BC7192

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

Shades of Hopbush #BC7192

Tints of Hopbush #BC7192

Color information

#BC7192 (or 0xBC7192) is unknown color: approx Hopbush. HEX triplet: BC, 71 and 92. RGB value is (188,113,146). Sum of RGB (Red+Green+Blue) = 188+113+146=447 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.06% from 447); Green value is 113 (44.53% from 255 or 25.28% from 447); Blue value is 146 (57.42% from 255 or 32.66% from 447); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7192 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7192 is #438E6D. Grayscale: #8B8B8B. Windows color (decimal): -4427374 or 9597372. OLE color: 9597372.

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

Color convert

RGB188113146-
CMYK00.400.220.26
HSL333.6º35.89%59.02%-
HSV(B)333.6º39.89%73.73%-
XYZ31.8324.5830.26-
YUV139.19131.85162.82-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.06%
GREEN value IS 113 (44.53% from 255) = 25.28%
BLUE value IS 146 (57.42% from 255) = 32.66%
R=42.06%
G=25.28%
B=32.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.22
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811314600.400.220.26333.635.8959.02
HexBC7192028161A14e243b
Octal27416122205026325164473
Binary1011110011100011001001001010001011011010101001110100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7192; }

 p { color: rgb(188,113,146); }

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

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

 a { background-color: rgb(188,113,146); }

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

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

 span { border-color: rgb(188,113,146); }

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