Html Css Color HEX #BE6AA0 Hopbush

📋 copy color: '#BE6AA0'

red 190 ◦ green 106 ◦ blue 160

#BE6AA0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hopbush #BE6AA0

Tints of Hopbush #BE6AA0

RGB

 RED value IS 190 (74.61% from 255) = 41.67%

 GREEN value IS 106 (41.8% from 255) = 23.25%

 BLUE value IS 160 (62.89% from 255) = 35.09%

R = 41.67%
G = 23.25%
B = 35.09%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#BE6AA0 (or 0xBE6AA0) is known color: Hopbush. HEX triplet: BE, 6A and A0. RGB value is (190,106,160). Sum of RGB (Red+Green+Blue) = 190+106+160=456 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.67% from 456); Green value is 106 (41.80% from 255 or 23.25% from 456); Blue value is 160 (62.89% from 255 or 35.09% from 456); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6AA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6AA0 is #41955F. Grayscale: #898989. Windows color (decimal): -4298080 or 10513086. OLE color: 10513086.

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

Color convert

RGB 190 106 160 -
CMYK 0 0.44 0.16 0.25
HSL 321.43º 0.39% 0.58% -
HSV(B) 321.43º 0.44% 0.75% -
XYZ 32.73 23.79 36.12 -
YUV 137.27 140.83 165.61 -
System Red Green Blue C M Y K H S L
Decimal 190 106 160 0 0.44 0.16 0.25 321.43 0.39 0.58
Hex BE 6A A0 0 2C 10 19 141 27 3A
Octal 276 152 240 0 54 20 31 501 47 72
Binary 10111110 1101010 10100000 0 101100 10000 11001 101000001 100111 111010

Color Harmonies of #BE6AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6AA0

Black with #BE6AA0

Text Example


Text Example

White with #BE6AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6AA0; }

 p { color: rgb(190,106,160); }

 H1.HeaderClassName
 {
   color: #BE6AA0;
 }
 .AnyTagClassName
 {
   color: #BE6AA0;
 }
</style>

background-color css

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

 a { background-color: rgb(190,106,160); }

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

border-color css

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

 span { border-color: rgb(190,106,160); }

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