#BE7995

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

Shades of Hopbush #BE7995

Tints of Hopbush #BE7995

Color information

#BE7995 (or 0xBE7995) is unknown color: approx Hopbush. HEX triplet: BE, 79 and 95. RGB value is (190,121,149). Sum of RGB (Red+Green+Blue) = 190+121+149=460 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.30% from 460); Green value is 121 (47.66% from 255 or 26.30% from 460); Blue value is 149 (58.59% from 255 or 32.39% from 460); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7995 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7995 is #41866A. Grayscale: #909090. Windows color (decimal): -4294251 or 9796030. OLE color: 9796030.

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

Color convert

RGB190121149-
CMYK00.360.220.25
HSL335.65º34.67%60.98%-
HSV(B)335.65º36.32%74.51%-
XYZ33.526.7931.84-
YUV144.82130.36160.22-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.30%
GREEN value IS 121 (47.66% from 255) = 26.30%
BLUE value IS 149 (58.59% from 255) = 32.39%
R=41.30%
G=26.30%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19012114900.360.220.25335.6534.6760.98
HexBE79950241619150233d
Octal27617122504426315204375
Binary1011111011110011001010101001001011011001101010000100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7995; }

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

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

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

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

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

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

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

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