#BC749B

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

Shades of Hopbush #BC749B

Tints of Hopbush #BC749B

Color information

#BC749B (or 0xBC749B) is unknown color: approx Hopbush. HEX triplet: BC, 74 and 9B. RGB value is (188,116,155). Sum of RGB (Red+Green+Blue) = 188+116+155=459 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.96% from 459); Green value is 116 (45.70% from 255 or 25.27% from 459); Blue value is 155 (60.94% from 255 or 33.77% from 459); Max value from RGB is 188 - color contains mainly: red. Hex color #BC749B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC749B is #438B64. Grayscale: #8D8D8D. Windows color (decimal): -4426597 or 10187964. OLE color: 10187964.

HSL color Cylindrical-coordinate representation of color #BC749B: hue angle of 327.5º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BC749B is Cyan = 0, Magento = 0.38, Yellow = 0.18 and Black (K on CMYK) = 0.26.

Color convert

RGB188116155-
CMYK00.380.180.26
HSL327.5º34.95%59.61%-
HSV(B)327.5º38.3%73.73%-
XYZ32.925.5534.21-
YUV141.97135.35160.83-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.96%
GREEN value IS 116 (45.70% from 255) = 25.27%
BLUE value IS 155 (60.94% from 255) = 33.77%
R=40.96%
G=25.27%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.18
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811615500.380.180.26327.534.9559.61
HexBC749B026121A148233c
Octal27416423304622325104374
Binary1011110011101001001101101001101001011010101001000100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC749B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC749B; }

 p { color: rgb(188,116,155); }

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

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

 a { background-color: rgb(188,116,155); }

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

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

 span { border-color: rgb(188,116,155); }

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