#BE709C

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

Shades of Hopbush #BE709C

Tints of Hopbush #BE709C

Color information

#BE709C (or 0xBE709C) is unknown color: approx Hopbush. HEX triplet: BE, 70 and 9C. RGB value is (190,112,156). Sum of RGB (Red+Green+Blue) = 190+112+156=458 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.48% from 458); Green value is 112 (44.14% from 255 or 24.45% from 458); Blue value is 156 (61.33% from 255 or 34.06% from 458); Max value from RGB is 190 - color contains mainly: red. Hex color #BE709C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE709C is #418F63. Grayscale: #8C8C8C. Windows color (decimal): -4296548 or 10252478. OLE color: 10252478.

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

Color convert

RGB190112156-
CMYK00.410.180.25
HSL326.15º37.5%59.22%-
HSV(B)326.15º41.05%74.51%-
XYZ33.0324.9434.52-
YUV140.34136.84163.42-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.48%
GREEN value IS 112 (44.14% from 255) = 24.45%
BLUE value IS 156 (61.33% from 255) = 34.06%
R=41.48%
G=24.45%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011215600.410.180.25326.1537.559.22
HexBE709C0291219146263b
Octal27616023405122315064673
Binary1011111011100001001110001010011001011001101000110100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE709C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE709C; }

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

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

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

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

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

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

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

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