#BD729C

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

Shades of Hopbush #BD729C

Tints of Hopbush #BD729C

Color information

#BD729C (or 0xBD729C) is unknown color: approx Hopbush. HEX triplet: BD, 72 and 9C. RGB value is (189,114,156). Sum of RGB (Red+Green+Blue) = 189+114+156=459 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.18% from 459); Green value is 114 (44.92% from 255 or 24.84% from 459); Blue value is 156 (61.33% from 255 or 33.99% from 459); Max value from RGB is 189 - color contains mainly: red. Hex color #BD729C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD729C is #428D63. Grayscale: #8D8D8D. Windows color (decimal): -4361572 or 10252989. OLE color: 10252989.

HSL color Cylindrical-coordinate representation of color #BD729C: hue angle of 326.4º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BD729C is Cyan = 0, Magento = 0.40, Yellow = 0.17 and Black (K on CMYK) = 0.26.

Color convert

RGB189114156-
CMYK00.400.170.26
HSL326.4º36.23%59.41%-
HSV(B)326.4º39.68%74.12%-
XYZ3325.2534.59-
YUV141.21136.35162.08-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.18%
GREEN value IS 114 (44.92% from 255) = 24.84%
BLUE value IS 156 (61.33% from 255) = 33.99%
R=41.18%
G=24.84%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.17
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18911415600.400.170.26326.436.2359.41
HexBD729C028111A146243b
Octal27516223405021325064473
Binary1011110111100101001110001010001000111010101000110100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD729C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD729C; }

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

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

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

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

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

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

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

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