#BD759A

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

Shades of Hopbush #BD759A

Tints of Hopbush #BD759A

Color information

#BD759A (or 0xBD759A) is unknown color: approx Hopbush. HEX triplet: BD, 75 and 9A. RGB value is (189,117,154). Sum of RGB (Red+Green+Blue) = 189+117+154=460 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.09% from 460); Green value is 117 (46.09% from 255 or 25.43% from 460); Blue value is 154 (60.55% from 255 or 33.48% from 460); Max value from RGB is 189 - color contains mainly: red. Hex color #BD759A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD759A is #428A65. Grayscale: #8E8E8E. Windows color (decimal): -4360806 or 10122685. OLE color: 10122685.

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

Color convert

RGB189117154-
CMYK00.380.190.26
HSL329.17º35.29%60%-
HSV(B)329.17º38.1%74.12%-
XYZ33.1825.8733.82-
YUV142.75134.35160.99-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.09%
GREEN value IS 117 (46.09% from 255) = 25.43%
BLUE value IS 154 (60.55% from 255) = 33.48%
R=41.09%
G=25.43%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.19
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18911715400.380.190.26329.1735.2960
HexBD759A026131A149233c
Octal27516523204623325114374
Binary1011110111101011001101001001101001111010101001001100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD759A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD759A; }

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

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

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

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

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

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

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

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