#BD749B

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

Shades of Hopbush #BD749B

Tints of Hopbush #BD749B

Color information

#BD749B (or 0xBD749B) is unknown color: approx Hopbush. HEX triplet: BD, 74 and 9B. RGB value is (189,116,155). Sum of RGB (Red+Green+Blue) = 189+116+155=460 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.09% from 460); Green value is 116 (45.70% from 255 or 25.22% from 460); Blue value is 155 (60.94% from 255 or 33.70% from 460); Max value from RGB is 189 - color contains mainly: red. Hex color #BD749B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD749B is #428B64. Grayscale: #8E8E8E. Windows color (decimal): -4361061 or 10187965. OLE color: 10187965.

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

Color convert

RGB189116155-
CMYK00.390.180.26
HSL327.95º35.61%59.8%-
HSV(B)327.95º38.62%74.12%-
XYZ33.1525.6834.22-
YUV142.27135.18161.33-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.09%
GREEN value IS 116 (45.70% from 255) = 25.22%
BLUE value IS 155 (60.94% from 255) = 33.70%
R=41.09%
G=25.22%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.18
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18911615500.390.180.26327.9535.6159.8
HexBD749B027121A148243c
Octal27516423304722325104474
Binary1011110111101001001101101001111001011010101001000100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD749B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD749B; }

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

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

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

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

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

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

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

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