#BE6999

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

Shades of Hopbush #BE6999

Tints of Hopbush #BE6999

Color information

#BE6999 (or 0xBE6999) is unknown color: approx Hopbush. HEX triplet: BE, 69 and 99. RGB value is (190,105,153). Sum of RGB (Red+Green+Blue) = 190+105+153=448 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.41% from 448); Green value is 105 (41.41% from 255 or 23.44% from 448); Blue value is 153 (60.16% from 255 or 34.15% from 448); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6999 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6999 is #419666. Grayscale: #878787. Windows color (decimal): -4298343 or 10054078. OLE color: 10054078.

HSL color Cylindrical-coordinate representation of color #BE6999: hue angle of 326.12º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BE6999 is Cyan = 0, Magento = 0.45, Yellow = 0.19 and Black (K on CMYK) = 0.25.

Color convert

RGB190105153-
CMYK00.450.190.25
HSL326.12º39.53%57.84%-
HSV(B)326.12º44.74%74.51%-
XYZ32.0423.3532.96-
YUV135.89137.66166.6-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.41%
GREEN value IS 105 (41.41% from 255) = 23.44%
BLUE value IS 153 (60.16% from 255) = 34.15%
R=42.41%
G=23.44%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010515300.450.190.25326.1239.5357.84
HexBE699902D1319146283a
Octal27615123105523315065072
Binary1011111011010011001100101011011001111001101000110101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6999; }

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

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

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

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

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

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

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

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