Html Css Color HEX #BE73A0 Hopbush

📋 copy color: '#BE73A0'

red 190 ◦ green 115 ◦ blue 160

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

Shades of Hopbush #BE73A0

Tints of Hopbush #BE73A0

RGB

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

 GREEN value IS 115 (45.31% from 255) = 24.73%

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

R = 40.86%
G = 24.73%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#BE73A0 (or 0xBE73A0) is known color: Hopbush. HEX triplet: BE, 73 and A0. RGB value is (190,115,160). Sum of RGB (Red+Green+Blue) = 190+115+160=465 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.86% from 465); Green value is 115 (45.31% from 255 or 24.73% from 465); Blue value is 160 (62.89% from 255 or 34.41% from 465); Max value from RGB is 190 - color contains mainly: red. Hex color #BE73A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE73A0 is #418C5F. Grayscale: #8E8E8E. Windows color (decimal): -4295776 or 10515390. OLE color: 10515390.

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

Color convert

RGB 190 115 160 -
CMYK 0 0.39 0.16 0.25
HSL 324º 0.37% 0.6% -
HSV(B) 324º 0.39% 0.75% -
XYZ 33.71 25.75 36.45 -
YUV 142.56 137.85 161.84 -
System Red Green Blue C M Y K H S L
Decimal 190 115 160 0 0.39 0.16 0.25 324 0.37 0.6
Hex BE 73 A0 0 27 10 19 144 25 3C
Octal 276 163 240 0 47 20 31 504 45 74
Binary 10111110 1110011 10100000 0 100111 10000 11001 101000100 100101 111100

Color Harmonies of #BE73A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE73A0

Black with #BE73A0

Text Example


Text Example

White with #BE73A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE73A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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