#BE699A

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

Shades of Hopbush #BE699A

Tints of Hopbush #BE699A

Color information

#BE699A (or 0xBE699A) is unknown color: approx Hopbush. HEX triplet: BE, 69 and 9A. RGB value is (190,105,154). Sum of RGB (Red+Green+Blue) = 190+105+154=449 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.32% from 449); Green value is 105 (41.41% from 255 or 23.39% from 449); Blue value is 154 (60.55% from 255 or 34.30% from 449); Max value from RGB is 190 - color contains mainly: red. Hex color #BE699A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE699A is #419665. Grayscale: #878787. Windows color (decimal): -4298342 or 10119614. OLE color: 10119614.

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

Color convert

RGB190105154-
CMYK00.450.190.25
HSL325.41º39.53%57.84%-
HSV(B)325.41º44.74%74.51%-
XYZ32.1223.3833.39-
YUV136138.16166.52-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.32%
GREEN value IS 105 (41.41% from 255) = 23.39%
BLUE value IS 154 (60.55% from 255) = 34.30%
R=42.32%
G=23.39%
B=34.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010515400.450.190.25325.4139.5357.84
HexBE699A02D1319145283a
Octal27615123205523315055072
Binary1011111011010011001101001011011001111001101000101101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE699A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE699A; }

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

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

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

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

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

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

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

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