#BE7492

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

Shades of Hopbush #BE7492

Tints of Hopbush #BE7492

Color information

#BE7492 (or 0xBE7492) is unknown color: approx Hopbush. HEX triplet: BE, 74 and 92. RGB value is (190,116,146). Sum of RGB (Red+Green+Blue) = 190+116+146=452 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.04% from 452); Green value is 116 (45.70% from 255 or 25.66% from 452); Blue value is 146 (57.42% from 255 or 32.30% from 452); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7492 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7492 is #418B6D. Grayscale: #8D8D8D. Windows color (decimal): -4295534 or 9598142. OLE color: 9598142.

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

Color convert

RGB190116146-
CMYK00.390.230.25
HSL335.68º36.27%60%-
HSV(B)335.68º38.95%74.51%-
XYZ32.6725.5130.4-
YUV141.55130.52162.56-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.04%
GREEN value IS 116 (45.70% from 255) = 25.66%
BLUE value IS 146 (57.42% from 255) = 32.30%
R=42.04%
G=25.66%
B=32.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011614600.390.230.25335.6836.2760
HexBE74920271719150243c
Octal27616422204727315204474
Binary1011111011101001001001001001111011111001101010000100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7492; }

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

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

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

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

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

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

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

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