#BE608E

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

Shades of Hopbush #BE608E

Tints of Hopbush #BE608E

Color information

#BE608E (or 0xBE608E) is unknown color: approx Hopbush. HEX triplet: BE, 60 and 8E. RGB value is (190,96,142). Sum of RGB (Red+Green+Blue) = 190+96+142=428 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.39% from 428); Green value is 96 (37.89% from 255 or 22.43% from 428); Blue value is 142 (55.86% from 255 or 33.18% from 428); Max value from RGB is 190 - color contains mainly: red. Hex color #BE608E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE608E is #419F71. Grayscale: #818181. Windows color (decimal): -4300658 or 9330878. OLE color: 9330878.

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

Color convert

RGB19096142-
CMYK00.490.250.25
HSL330.64º41.96%56.08%-
HSV(B)330.64º49.47%74.51%-
XYZ30.321.2728.1-
YUV129.35135.14171.26-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.39%
GREEN value IS 96 (37.89% from 255) = 22.43%
BLUE value IS 142 (55.86% from 255) = 33.18%
R=44.39%
G=22.43%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1909614200.490.250.25330.6441.9656.08
HexBE608E031191914b2a38
Octal27614021606131315135270
Binary1011111011000001000111001100011100111001101001011101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE608E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE608E; }

 p { color: rgb(190,96,142); }

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

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

 a { background-color: rgb(190,96,142); }

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

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

 span { border-color: rgb(190,96,142); }

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