#BE7595

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

Shades of Hopbush #BE7595

Tints of Hopbush #BE7595

Color information

#BE7595 (or 0xBE7595) is unknown color: approx Hopbush. HEX triplet: BE, 75 and 95. RGB value is (190,117,149). Sum of RGB (Red+Green+Blue) = 190+117+149=456 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.67% from 456); Green value is 117 (46.09% from 255 or 25.66% from 456); Blue value is 149 (58.59% from 255 or 32.68% from 456); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7595 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7595 is #418A6A. Grayscale: #8E8E8E. Windows color (decimal): -4295275 or 9795006. OLE color: 9795006.

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

Color convert

RGB190117149-
CMYK00.380.220.25
HSL333.7º35.96%60.2%-
HSV(B)333.7º38.42%74.51%-
XYZ33.0225.8431.68-
YUV142.48131.68161.9-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.67%
GREEN value IS 117 (46.09% from 255) = 25.66%
BLUE value IS 149 (58.59% from 255) = 32.68%
R=41.67%
G=25.66%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011714900.380.220.25333.735.9660.2
HexBE7595026161914e243c
Octal27616522504626315164474
Binary1011111011101011001010101001101011011001101001110100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7595; }

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

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

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

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

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

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

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

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