#BE7698

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

Shades of Hopbush #BE7698

Tints of Hopbush #BE7698

Color information

#BE7698 (or 0xBE7698) is unknown color: approx Hopbush. HEX triplet: BE, 76 and 98. RGB value is (190,118,152). Sum of RGB (Red+Green+Blue) = 190+118+152=460 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.30% from 460); Green value is 118 (46.48% from 255 or 25.65% from 460); Blue value is 152 (59.77% from 255 or 33.04% from 460); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7698 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7698 is #418967. Grayscale: #8F8F8F. Windows color (decimal): -4295016 or 9991870. OLE color: 9991870.

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

Color convert

RGB190118152-
CMYK00.380.20.25
HSL331.67º35.64%60.39%-
HSV(B)331.67º37.89%74.51%-
XYZ33.3826.1733-
YUV143.4132.85161.24-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.30%
GREEN value IS 118 (46.48% from 255) = 25.65%
BLUE value IS 152 (59.77% from 255) = 33.04%
R=41.30%
G=25.65%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.2
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011815200.380.20.25331.6735.6460.39
HexBE7698026141914c243c
Octal27616623004624315144474
Binary1011111011101101001100001001101010011001101001100100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7698; }

 p { color: rgb(190,118,152); }

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

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

 a { background-color: rgb(190,118,152); }

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

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

 span { border-color: rgb(190,118,152); }

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