#BE6995

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

Shades of Hopbush #BE6995

Tints of Hopbush #BE6995

Color information

#BE6995 (or 0xBE6995) is unknown color: approx Hopbush. HEX triplet: BE, 69 and 95. RGB value is (190,105,149). Sum of RGB (Red+Green+Blue) = 190+105+149=444 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.79% from 444); Green value is 105 (41.41% from 255 or 23.65% from 444); Blue value is 149 (58.59% from 255 or 33.56% from 444); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6995 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6995 is #41966A. Grayscale: #878787. Windows color (decimal): -4298347 or 9791934. OLE color: 9791934.

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

Color convert

RGB190105149-
CMYK00.450.220.25
HSL328.94º39.53%57.84%-
HSV(B)328.94º44.74%74.51%-
XYZ31.7123.2231.24-
YUV135.43135.66166.92-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.79%
GREEN value IS 105 (41.41% from 255) = 23.65%
BLUE value IS 149 (58.59% from 255) = 33.56%
R=42.79%
G=23.65%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010514900.450.220.25328.9439.5357.84
HexBE699502D1619149283a
Octal27615122505526315115072
Binary1011111011010011001010101011011011011001101001001101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6995; }

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

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

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

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

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

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

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

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