#BE629A

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

Shades of Hopbush #BE629A

Tints of Hopbush #BE629A

Color information

#BE629A (or 0xBE629A) is unknown color: approx Hopbush. HEX triplet: BE, 62 and 9A. RGB value is (190,98,154). Sum of RGB (Red+Green+Blue) = 190+98+154=442 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.99% from 442); Green value is 98 (38.67% from 255 or 22.17% from 442); Blue value is 154 (60.55% from 255 or 34.84% from 442); Max value from RGB is 190 - color contains mainly: red. Hex color #BE629A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE629A is #419D65. Grayscale: #838383. Windows color (decimal): -4300134 or 10117822. OLE color: 10117822.

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

Color convert

RGB19098154-
CMYK00.480.190.25
HSL323.48º41.44%56.47%-
HSV(B)323.48º48.42%74.51%-
XYZ31.4422.0233.16-
YUV131.89140.48169.45-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.99%
GREEN value IS 98 (38.67% from 255) = 22.17%
BLUE value IS 154 (60.55% from 255) = 34.84%
R=42.99%
G=22.17%
B=34.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1909815400.480.190.25323.4841.4456.47
HexBE629A03013191432938
Octal27614223206023315035170
Binary1011111011000101001101001100001001111001101000011101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE629A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE629A; }

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

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

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

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

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

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

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

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