#BE7692

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

Shades of Hopbush #BE7692

Tints of Hopbush #BE7692

Color information

#BE7692 (or 0xBE7692) is unknown color: approx Hopbush. HEX triplet: BE, 76 and 92. RGB value is (190,118,146). Sum of RGB (Red+Green+Blue) = 190+118+146=454 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.85% from 454); Green value is 118 (46.48% from 255 or 25.99% from 454); Blue value is 146 (57.42% from 255 or 32.16% from 454); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7692 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7692 is #41896D. Grayscale: #8E8E8E. Windows color (decimal): -4295022 or 9598654. OLE color: 9598654.

HSL color Cylindrical-coordinate representation of color #BE7692: hue angle of 336.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 #BE7692 is Cyan = 0, Magento = 0.38, Yellow = 0.23 and Black (K on CMYK) = 0.25.

Color convert

RGB190118146-
CMYK00.380.230.25
HSL336.67º35.64%60.39%-
HSV(B)336.67º37.89%74.51%-
XYZ32.925.9830.47-
YUV142.72129.85161.72-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.85%
GREEN value IS 118 (46.48% from 255) = 25.99%
BLUE value IS 146 (57.42% from 255) = 32.16%
R=41.85%
G=25.99%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011814600.380.230.25336.6735.6460.39
HexBE76920261719151243c
Octal27616622204627315214474
Binary1011111011101101001001001001101011111001101010001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7692; }

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

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

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

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

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

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

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

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