#BE6299

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

Shades of Hopbush #BE6299

Tints of Hopbush #BE6299

Color information

#BE6299 (or 0xBE6299) is unknown color: approx Hopbush. HEX triplet: BE, 62 and 99. RGB value is (190,98,153). Sum of RGB (Red+Green+Blue) = 190+98+153=441 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.08% from 441); Green value is 98 (38.67% from 255 or 22.22% from 441); Blue value is 153 (60.16% from 255 or 34.69% from 441); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6299 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6299 is #419D66. Grayscale: #838383. Windows color (decimal): -4300135 or 10052286. OLE color: 10052286.

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

Color convert

RGB19098153-
CMYK00.480.190.25
HSL324.13º41.44%56.47%-
HSV(B)324.13º48.42%74.51%-
XYZ31.3521.9832.73-
YUV131.78139.98169.53-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.08%
GREEN value IS 98 (38.67% from 255) = 22.22%
BLUE value IS 153 (60.16% from 255) = 34.69%
R=43.08%
G=22.22%
B=34.69%

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
Decimal1909815300.480.190.25324.1341.4456.47
HexBE629903013191442938
Octal27614223106023315045170
Binary1011111011000101001100101100001001111001101000100101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6299; }

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

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

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

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

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

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

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

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