#BE7495

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

Shades of Hopbush #BE7495

Tints of Hopbush #BE7495

Color information

#BE7495 (or 0xBE7495) is unknown color: approx Hopbush. HEX triplet: BE, 74 and 95. RGB value is (190,116,149). Sum of RGB (Red+Green+Blue) = 190+116+149=455 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.76% from 455); Green value is 116 (45.70% from 255 or 25.49% from 455); Blue value is 149 (58.59% from 255 or 32.75% from 455); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7495 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7495 is #418B6A. Grayscale: #8D8D8D. Windows color (decimal): -4295531 or 9794750. OLE color: 9794750.

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

Color convert

RGB190116149-
CMYK00.390.220.25
HSL333.24º36.27%60%-
HSV(B)333.24º38.95%74.51%-
XYZ32.9125.6131.64-
YUV141.89132.02162.32-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.76%
GREEN value IS 116 (45.70% from 255) = 25.49%
BLUE value IS 149 (58.59% from 255) = 32.75%
R=41.76%
G=25.49%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011614900.390.220.25333.2436.2760
HexBE7495027161914d243c
Octal27616422504726315154474
Binary1011111011101001001010101001111011011001101001101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7495; }

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

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

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

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

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

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

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

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