#BE6D90

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

Shades of Hopbush #BE6D90

Tints of Hopbush #BE6D90

Color information

#BE6D90 (or 0xBE6D90) is unknown color: approx Hopbush. HEX triplet: BE, 6D and 90. RGB value is (190,109,144). Sum of RGB (Red+Green+Blue) = 190+109+144=443 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.89% from 443); Green value is 109 (42.97% from 255 or 24.60% from 443); Blue value is 144 (56.64% from 255 or 32.51% from 443); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6D90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6D90 is #41926F. Grayscale: #898989. Windows color (decimal): -4297328 or 9465278. OLE color: 9465278.

HSL color Cylindrical-coordinate representation of color #BE6D90: hue angle of 334.07º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BE6D90 is Cyan = 0, Magento = 0.43, Yellow = 0.24 and Black (K on CMYK) = 0.25.

Color convert

RGB190109144-
CMYK00.430.240.25
HSL334.07º38.39%58.63%-
HSV(B)334.07º42.63%74.51%-
XYZ31.7423.929.33-
YUV137.21131.84165.65-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.89%
GREEN value IS 109 (42.97% from 255) = 24.60%
BLUE value IS 144 (56.64% from 255) = 32.51%
R=42.89%
G=24.60%
B=32.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010914400.430.240.25334.0738.3958.63
HexBE6D9002B181914e263b
Octal27615522005330315164673
Binary1011111011011011001000001010111100011001101001110100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6D90; }

 p { color: rgb(190,109,144); }

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

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

 a { background-color: rgb(190,109,144); }

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

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

 span { border-color: rgb(190,109,144); }

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