#BD739C

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

Shades of Hopbush #BD739C

Tints of Hopbush #BD739C

Color information

#BD739C (or 0xBD739C) is unknown color: approx Hopbush. HEX triplet: BD, 73 and 9C. RGB value is (189,115,156). Sum of RGB (Red+Green+Blue) = 189+115+156=460 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.09% from 460); Green value is 115 (45.31% from 255 or 25% from 460); Blue value is 156 (61.33% from 255 or 33.91% from 460); Max value from RGB is 189 - color contains mainly: red. Hex color #BD739C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD739C is #428C63. Grayscale: #8D8D8D. Windows color (decimal): -4361316 or 10253245. OLE color: 10253245.

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

Color convert

RGB189115156-
CMYK00.390.170.26
HSL326.76º35.92%59.61%-
HSV(B)326.76º39.15%74.12%-
XYZ33.1225.4834.63-
YUV141.8136.02161.67-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.09%
GREEN value IS 115 (45.31% from 255) = 25%
BLUE value IS 156 (61.33% from 255) = 33.91%
R=41.09%
G=25%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.17
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18911515600.390.170.26326.7635.9259.61
HexBD739C027111A147243c
Octal27516323404721325074474
Binary1011110111100111001110001001111000111010101000111100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD739C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD739C; }

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

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

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

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

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

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

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

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