#BE6C9A

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

Shades of Hopbush #BE6C9A

Tints of Hopbush #BE6C9A

Color information

#BE6C9A (or 0xBE6C9A) is unknown color: approx Hopbush. HEX triplet: BE, 6C and 9A. RGB value is (190,108,154). Sum of RGB (Red+Green+Blue) = 190+108+154=452 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.04% from 452); Green value is 108 (42.58% from 255 or 23.89% from 452); Blue value is 154 (60.55% from 255 or 34.07% from 452); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6C9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6C9A is #419365. Grayscale: #898989. Windows color (decimal): -4297574 or 10120382. OLE color: 10120382.

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

Color convert

RGB190108154-
CMYK00.430.190.25
HSL326.34º38.68%58.43%-
HSV(B)326.34º43.16%74.51%-
XYZ32.4324.0133.5-
YUV137.76137.17165.26-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.04%
GREEN value IS 108 (42.58% from 255) = 23.89%
BLUE value IS 154 (60.55% from 255) = 34.07%
R=42.04%
G=23.89%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010815400.430.190.25326.3438.6858.43
HexBE6C9A02B1319146273a
Octal27615423205323315064772
Binary1011111011011001001101001010111001111001101000110100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6C9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6C9A; }

 p { color: rgb(190,108,154); }

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

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

 a { background-color: rgb(190,108,154); }

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

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

 span { border-color: rgb(190,108,154); }

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