#BD749A

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

Shades of Hopbush #BD749A

Tints of Hopbush #BD749A

Color information

#BD749A (or 0xBD749A) is unknown color: approx Hopbush. HEX triplet: BD, 74 and 9A. RGB value is (189,116,154). Sum of RGB (Red+Green+Blue) = 189+116+154=459 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.18% from 459); Green value is 116 (45.70% from 255 or 25.27% from 459); Blue value is 154 (60.55% from 255 or 33.55% from 459); Max value from RGB is 189 - color contains mainly: red. Hex color #BD749A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD749A is #428B65. Grayscale: #8E8E8E. Windows color (decimal): -4361062 or 10122429. OLE color: 10122429.

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

Color convert

RGB189116154-
CMYK00.390.190.26
HSL328.77º35.61%59.8%-
HSV(B)328.77º38.62%74.12%-
XYZ33.0625.6433.78-
YUV142.16134.68161.41-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.18%
GREEN value IS 116 (45.70% from 255) = 25.27%
BLUE value IS 154 (60.55% from 255) = 33.55%
R=41.18%
G=25.27%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.19
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18911615400.390.190.26328.7735.6159.8
HexBD749A027131A149243c
Octal27516423204723325114474
Binary1011110111101001001101001001111001111010101001001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD749A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD749A; }

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

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

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

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

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

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

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

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