#BE608C

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

Shades of Hopbush #BE608C

Tints of Hopbush #BE608C

Color information

#BE608C (or 0xBE608C) is unknown color: approx Hopbush. HEX triplet: BE, 60 and 8C. RGB value is (190,96,140). Sum of RGB (Red+Green+Blue) = 190+96+140=426 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.60% from 426); Green value is 96 (37.89% from 255 or 22.54% from 426); Blue value is 140 (55.08% from 255 or 32.86% from 426); Max value from RGB is 190 - color contains mainly: red. Hex color #BE608C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE608C is #419F73. Grayscale: #818181. Windows color (decimal): -4300660 or 9199806. OLE color: 9199806.

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

Color convert

RGB19096140-
CMYK00.490.260.25
HSL331.91º41.96%56.08%-
HSV(B)331.91º49.47%74.51%-
XYZ30.1521.2127.32-
YUV129.12134.14171.42-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.60%
GREEN value IS 96 (37.89% from 255) = 22.54%
BLUE value IS 140 (55.08% from 255) = 32.86%
R=44.60%
G=22.54%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1909614000.490.260.25331.9141.9656.08
HexBE608C0311A1914c2a38
Octal27614021406132315145270
Binary1011111011000001000110001100011101011001101001100101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE608C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE608C; }

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

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

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

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

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

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

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

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