#BE669B

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

Shades of Hopbush #BE669B

Tints of Hopbush #BE669B

Color information

#BE669B (or 0xBE669B) is unknown color: approx Hopbush. HEX triplet: BE, 66 and 9B. RGB value is (190,102,155). Sum of RGB (Red+Green+Blue) = 190+102+155=447 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.51% from 447); Green value is 102 (40.23% from 255 or 22.82% from 447); Blue value is 155 (60.94% from 255 or 34.68% from 447); Max value from RGB is 190 - color contains mainly: red. Hex color #BE669B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE669B is #419964. Grayscale: #868686. Windows color (decimal): -4299109 or 10184382. OLE color: 10184382.

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

Color convert

RGB190102155-
CMYK00.460.180.25
HSL323.86º40.37%57.25%-
HSV(B)323.86º46.32%74.51%-
XYZ31.922.8233.73-
YUV134.35139.65167.69-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.51%
GREEN value IS 102 (40.23% from 255) = 22.82%
BLUE value IS 155 (60.94% from 255) = 34.68%
R=42.51%
G=22.82%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010215500.460.180.25323.8640.3757.25
HexBE669B02E12191442839
Octal27614623305622315045071
Binary1011111011001101001101101011101001011001101000100101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE669B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE669B; }

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

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

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

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

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

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

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

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