#BE6296

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

Shades of Hopbush #BE6296

Tints of Hopbush #BE6296

Color information

#BE6296 (or 0xBE6296) is unknown color: approx Hopbush. HEX triplet: BE, 62 and 96. RGB value is (190,98,150). Sum of RGB (Red+Green+Blue) = 190+98+150=438 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.38% from 438); Green value is 98 (38.67% from 255 or 22.37% from 438); Blue value is 150 (58.98% from 255 or 34.25% from 438); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6296 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6296 is #419D69. Grayscale: #838383. Windows color (decimal): -4300138 or 9855678. OLE color: 9855678.

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

Color convert

RGB19098150-
CMYK00.480.210.25
HSL326.09º41.44%56.47%-
HSV(B)326.09º48.42%74.51%-
XYZ31.1121.8831.44-
YUV131.44138.48169.77-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.38%
GREEN value IS 98 (38.67% from 255) = 22.37%
BLUE value IS 150 (58.98% from 255) = 34.25%
R=43.38%
G=22.37%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1909815000.480.210.25326.0941.4456.47
HexBE629603015191462938
Octal27614222606025315065170
Binary1011111011000101001011001100001010111001101000110101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6296; }

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

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

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

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

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

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

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

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