#BC739D

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

Shades of Hopbush #BC739D

Tints of Hopbush #BC739D

Color information

#BC739D (or 0xBC739D) is unknown color: approx Hopbush. HEX triplet: BC, 73 and 9D. RGB value is (188,115,157). Sum of RGB (Red+Green+Blue) = 188+115+157=460 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.87% from 460); Green value is 115 (45.31% from 255 or 25% from 460); Blue value is 157 (61.72% from 255 or 34.13% from 460); Max value from RGB is 188 - color contains mainly: red. Hex color #BC739D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC739D is #438C62. Grayscale: #8D8D8D. Windows color (decimal): -4426851 or 10318780. OLE color: 10318780.

HSL color Cylindrical-coordinate representation of color #BC739D: hue angle of 325.48º degrees, saturation: 0.35, 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 #BC739D is Cyan = 0, Magento = 0.39, Yellow = 0.16 and Black (K on CMYK) = 0.26.

Color convert

RGB188115157-
CMYK00.390.160.26
HSL325.48º35.27%59.41%-
HSV(B)325.48º38.83%73.73%-
XYZ32.9625.3935.06-
YUV141.61136.68161.08-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.87%
GREEN value IS 115 (45.31% from 255) = 25%
BLUE value IS 157 (61.72% from 255) = 34.13%
R=40.87%
G=25%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.16
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811515700.390.160.26325.4835.2759.41
HexBC739D027101A145233b
Octal27416323504720325054373
Binary1011110011100111001110101001111000011010101000101100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC739D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC739D; }

 p { color: rgb(188,115,157); }

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

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

 a { background-color: rgb(188,115,157); }

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

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

 span { border-color: rgb(188,115,157); }

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