#BE6A9B

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

Shades of Hopbush #BE6A9B

Tints of Hopbush #BE6A9B

Color information

#BE6A9B (or 0xBE6A9B) is unknown color: approx Hopbush. HEX triplet: BE, 6A and 9B. RGB value is (190,106,155). Sum of RGB (Red+Green+Blue) = 190+106+155=451 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.13% from 451); Green value is 106 (41.80% from 255 or 23.50% from 451); Blue value is 155 (60.94% from 255 or 34.37% from 451); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6A9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6A9B is #419564. Grayscale: #888888. Windows color (decimal): -4298085 or 10185406. OLE color: 10185406.

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

Color convert

RGB190106155-
CMYK00.440.180.25
HSL325º39.25%58.04%-
HSV(B)325º44.21%74.51%-
XYZ32.3123.6233.87-
YUV136.7138.33166.02-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.13%
GREEN value IS 106 (41.80% from 255) = 23.50%
BLUE value IS 155 (60.94% from 255) = 34.37%
R=42.13%
G=23.50%
B=34.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010615500.440.180.2532539.2558.04
HexBE6A9B02C1219145273a
Octal27615223305422315054772
Binary1011111011010101001101101011001001011001101000101100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6A9B; }

 p { color: rgb(190,106,155); }

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

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

 a { background-color: rgb(190,106,155); }

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

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

 span { border-color: rgb(190,106,155); }

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