#BE629E

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

Shades of Hopbush #BE629E

Tints of Hopbush #BE629E

Color information

#BE629E (or 0xBE629E) is unknown color: approx Hopbush. HEX triplet: BE, 62 and 9E. RGB value is (190,98,158). Sum of RGB (Red+Green+Blue) = 190+98+158=446 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.60% from 446); Green value is 98 (38.67% from 255 or 21.97% from 446); Blue value is 158 (62.11% from 255 or 35.43% from 446); Max value from RGB is 190 - color contains mainly: red. Hex color #BE629E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE629E is #419D61. Grayscale: #848484. Windows color (decimal): -4300130 or 10379966. OLE color: 10379966.

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

Color convert

RGB19098158-
CMYK00.480.170.25
HSL320.87º41.44%56.47%-
HSV(B)320.87º48.42%74.51%-
XYZ31.7722.1534.95-
YUV132.35142.48169.12-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.60%
GREEN value IS 98 (38.67% from 255) = 21.97%
BLUE value IS 158 (62.11% from 255) = 35.43%
R=42.60%
G=21.97%
B=35.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1909815800.480.170.25320.8741.4456.47
HexBE629E03011191412938
Octal27614223606021315015170
Binary1011111011000101001111001100001000111001101000001101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE629E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE629E; }

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

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

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

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

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

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

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

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