#BE7993

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

Shades of Hopbush #BE7993

Tints of Hopbush #BE7993

Color information

#BE7993 (or 0xBE7993) is unknown color: approx Hopbush. HEX triplet: BE, 79 and 93. RGB value is (190,121,147). Sum of RGB (Red+Green+Blue) = 190+121+147=458 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.48% from 458); Green value is 121 (47.66% from 255 or 26.42% from 458); Blue value is 147 (57.81% from 255 or 32.10% from 458); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7993 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7993 is #41866C. Grayscale: #909090. Windows color (decimal): -4294253 or 9664958. OLE color: 9664958.

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

Color convert

RGB190121147-
CMYK00.360.230.25
HSL337.39º34.67%60.98%-
HSV(B)337.39º36.32%74.51%-
XYZ33.3426.7331.01-
YUV144.6129.36160.39-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.48%
GREEN value IS 121 (47.66% from 255) = 26.42%
BLUE value IS 147 (57.81% from 255) = 32.10%
R=41.48%
G=26.42%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19012114700.360.230.25337.3934.6760.98
HexBE79930241719151233d
Octal27617122304427315214375
Binary1011111011110011001001101001001011111001101010001100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7993; }

 p { color: rgb(190,121,147); }

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

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

 a { background-color: rgb(190,121,147); }

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

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

 span { border-color: rgb(190,121,147); }

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