#BE648A

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

Shades of Hopbush #BE648A

Tints of Hopbush #BE648A

Color information

#BE648A (or 0xBE648A) is unknown color: approx Hopbush. HEX triplet: BE, 64 and 8A. RGB value is (190,100,138). Sum of RGB (Red+Green+Blue) = 190+100+138=428 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.39% from 428); Green value is 100 (39.45% from 255 or 23.36% from 428); Blue value is 138 (54.30% from 255 or 32.24% from 428); Max value from RGB is 190 - color contains mainly: red. Hex color #BE648A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE648A is #419B75. Grayscale: #838383. Windows color (decimal): -4299638 or 9069758. OLE color: 9069758.

HSL color Cylindrical-coordinate representation of color #BE648A: hue angle of 334.67º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BE648A is Cyan = 0, Magento = 0.47, Yellow = 0.27 and Black (K on CMYK) = 0.25.

Color convert

RGB190100138-
CMYK00.470.270.25
HSL334.67º40.91%56.86%-
HSV(B)334.67º47.37%74.51%-
XYZ30.3821.926.67-
YUV131.24131.82169.91-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.39%
GREEN value IS 100 (39.45% from 255) = 23.36%
BLUE value IS 138 (54.30% from 255) = 32.24%
R=44.39%
G=23.36%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010013800.470.270.25334.6740.9156.86
HexBE648A02F1B1914f2939
Octal27614421205733315175171
Binary1011111011001001000101001011111101111001101001111101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE648A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE648A; }

 p { color: rgb(190,100,138); }

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

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

 a { background-color: rgb(190,100,138); }

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

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

 span { border-color: rgb(190,100,138); }

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