#BE709D

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

Shades of Hopbush #BE709D

Tints of Hopbush #BE709D

Color information

#BE709D (or 0xBE709D) is unknown color: approx Hopbush. HEX triplet: BE, 70 and 9D. RGB value is (190,112,157). Sum of RGB (Red+Green+Blue) = 190+112+157=459 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.39% from 459); Green value is 112 (44.14% from 255 or 24.40% from 459); Blue value is 157 (61.72% from 255 or 34.20% from 459); Max value from RGB is 190 - color contains mainly: red. Hex color #BE709D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE709D is #418F62. Grayscale: #8C8C8C. Windows color (decimal): -4296547 or 10318014. OLE color: 10318014.

HSL color Cylindrical-coordinate representation of color #BE709D: hue angle of 325.38º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BE709D is Cyan = 0, Magento = 0.41, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB190112157-
CMYK00.410.170.25
HSL325.38º37.5%59.22%-
HSV(B)325.38º41.05%74.51%-
XYZ33.1224.9734.97-
YUV140.45137.34163.34-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.39%
GREEN value IS 112 (44.14% from 255) = 24.40%
BLUE value IS 157 (61.72% from 255) = 34.20%
R=41.39%
G=24.40%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011215700.410.170.25325.3837.559.22
HexBE709D0291119145263b
Octal27616023505121315054673
Binary1011111011100001001110101010011000111001101000101100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE709D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE709D; }

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

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

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

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

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

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

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

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