#BE6195

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

Shades of Hopbush #BE6195

Tints of Hopbush #BE6195

Color information

#BE6195 (or 0xBE6195) is unknown color: approx Hopbush. HEX triplet: BE, 61 and 95. RGB value is (190,97,149). Sum of RGB (Red+Green+Blue) = 190+97+149=436 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.58% from 436); Green value is 97 (38.28% from 255 or 22.25% from 436); Blue value is 149 (58.59% from 255 or 34.17% from 436); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6195 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6195 is #419E6A. Grayscale: #828282. Windows color (decimal): -4300395 or 9789886. OLE color: 9789886.

HSL color Cylindrical-coordinate representation of color #BE6195: hue angle of 326.45º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BE6195 is Cyan = 0, Magento = 0.49, Yellow = 0.22 and Black (K on CMYK) = 0.25.

Color convert

RGB19097149-
CMYK00.490.220.25
HSL326.45º41.7%56.27%-
HSV(B)326.45º48.95%74.51%-
XYZ30.9321.6730.99-
YUV130.73138.31170.27-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.58%
GREEN value IS 97 (38.28% from 255) = 22.25%
BLUE value IS 149 (58.59% from 255) = 34.17%
R=43.58%
G=22.25%
B=34.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1909714900.490.220.25326.4541.756.27
HexBE619503116191462a38
Octal27614122506126315065270
Binary1011111011000011001010101100011011011001101000110101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6195; }

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

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

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

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

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

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

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

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