Html Css Color HEX #BE72A0 Hopbush

📋 copy color: '#BE72A0'

red 190 ◦ green 114 ◦ blue 160

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

Shades of Hopbush #BE72A0

Tints of Hopbush #BE72A0

RGB

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

 GREEN value IS 114 (44.92% from 255) = 24.57%

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

R = 40.95%
G = 24.57%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#BE72A0 (or 0xBE72A0) is known color: Hopbush. HEX triplet: BE, 72 and A0. RGB value is (190,114,160). Sum of RGB (Red+Green+Blue) = 190+114+160=464 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.95% from 464); Green value is 114 (44.92% from 255 or 24.57% from 464); Blue value is 160 (62.89% from 255 or 34.48% from 464); Max value from RGB is 190 - color contains mainly: red. Hex color #BE72A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE72A0 is #418D5F. Grayscale: #8D8D8D. Windows color (decimal): -4296032 or 10515134. OLE color: 10515134.

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

Color convert

RGB 190 114 160 -
CMYK 0 0.40 0.16 0.25
HSL 323.68º 0.37% 0.6% -
HSV(B) 323.68º 0.4% 0.75% -
XYZ 33.6 25.52 36.41 -
YUV 141.97 138.18 162.26 -
System Red Green Blue C M Y K H S L
Decimal 190 114 160 0 0.40 0.16 0.25 323.68 0.37 0.6
Hex BE 72 A0 0 28 10 19 144 25 3C
Octal 276 162 240 0 50 20 31 504 45 74
Binary 10111110 1110010 10100000 0 101000 10000 11001 101000100 100101 111100

Color Harmonies of #BE72A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE72A0

Black with #BE72A0

Text Example


Text Example

White with #BE72A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE72A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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