#BE6196

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

Shades of Hopbush #BE6196

Tints of Hopbush #BE6196

Color information

#BE6196 (or 0xBE6196) is unknown color: approx Hopbush. HEX triplet: BE, 61 and 96. RGB value is (190,97,150). Sum of RGB (Red+Green+Blue) = 190+97+150=437 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.48% from 437); Green value is 97 (38.28% from 255 or 22.20% from 437); Blue value is 150 (58.98% from 255 or 34.32% from 437); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6196 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6196 is #419E69. Grayscale: #828282. Windows color (decimal): -4300394 or 9855422. OLE color: 9855422.

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

Color convert

RGB19097150-
CMYK00.490.210.25
HSL325.81º41.7%56.27%-
HSV(B)325.81º48.95%74.51%-
XYZ31.0121.731.41-
YUV130.85138.81170.19-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.48%
GREEN value IS 97 (38.28% from 255) = 22.20%
BLUE value IS 150 (58.98% from 255) = 34.32%
R=43.48%
G=22.20%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1909715000.490.210.25325.8141.756.27
HexBE619603115191462a38
Octal27614122606125315065270
Binary1011111011000011001011001100011010111001101000110101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6196; }

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

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

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

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

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

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

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

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