#BD759C

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

Shades of Hopbush #BD759C

Tints of Hopbush #BD759C

Color information

#BD759C (or 0xBD759C) is unknown color: approx Hopbush. HEX triplet: BD, 75 and 9C. RGB value is (189,117,156). Sum of RGB (Red+Green+Blue) = 189+117+156=462 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.91% from 462); Green value is 117 (46.09% from 255 or 25.32% from 462); Blue value is 156 (61.33% from 255 or 33.77% from 462); Max value from RGB is 189 - color contains mainly: red. Hex color #BD759C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD759C is #428A63. Grayscale: #8E8E8E. Windows color (decimal): -4360804 or 10253757. OLE color: 10253757.

HSL color Cylindrical-coordinate representation of color #BD759C: 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 #BD759C is Cyan = 0, Magento = 0.38, Yellow = 0.17 and Black (K on CMYK) = 0.26.

Color convert

RGB189117156-
CMYK00.380.170.26
HSL327.5º35.29%60%-
HSV(B)327.5º38.1%74.12%-
XYZ33.3525.9434.7-
YUV142.97135.35160.83-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.91%
GREEN value IS 117 (46.09% from 255) = 25.32%
BLUE value IS 156 (61.33% from 255) = 33.77%
R=40.91%
G=25.32%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.17
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18911715600.380.170.26327.535.2960
HexBD759C026111A148233c
Octal27516523404621325104374
Binary1011110111101011001110001001101000111010101001000100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD759C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD759C; }

 p { color: rgb(189,117,156); }

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

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

 a { background-color: rgb(189,117,156); }

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

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

 span { border-color: rgb(189,117,156); }

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