#BE729D

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

Shades of Hopbush #BE729D

Tints of Hopbush #BE729D

Color information

#BE729D (or 0xBE729D) is unknown color: approx Hopbush. HEX triplet: BE, 72 and 9D. RGB value is (190,114,157). Sum of RGB (Red+Green+Blue) = 190+114+157=461 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.21% from 461); Green value is 114 (44.92% from 255 or 24.73% from 461); Blue value is 157 (61.72% from 255 or 34.06% from 461); Max value from RGB is 190 - color contains mainly: red. Hex color #BE729D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE729D is #418D62. Grayscale: #8D8D8D. Windows color (decimal): -4296035 or 10318526. OLE color: 10318526.

HSL color Cylindrical-coordinate representation of color #BE729D: hue angle of 326.05º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BE729D is Cyan = 0, Magento = 0.40, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB190114157-
CMYK00.400.170.25
HSL326.05º36.89%59.61%-
HSV(B)326.05º40%74.51%-
XYZ33.3425.4235.05-
YUV141.63136.68162.5-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.21%
GREEN value IS 114 (44.92% from 255) = 24.73%
BLUE value IS 157 (61.72% from 255) = 34.06%
R=41.21%
G=24.73%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011415700.400.170.25326.0536.8959.61
HexBE729D0281119146253c
Octal27616223505021315064574
Binary1011111011100101001110101010001000111001101000110100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE729D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE729D; }

 p { color: rgb(190,114,157); }

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

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

 a { background-color: rgb(190,114,157); }

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

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

 span { border-color: rgb(190,114,157); }

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