Html Css Color HEX #BE7690 Hopbush

📋 copy color: '#BE7690'

red 190 ◦ green 118 ◦ blue 144

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

Shades of Hopbush #BE7690

Tints of Hopbush #BE7690

RGB

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

 GREEN value IS 118 (46.48% from 255) = 26.11%

 BLUE value IS 144 (56.64% from 255) = 31.86%

R = 42.04%
G = 26.11%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#BE7690 (or 0xBE7690) is known color: Hopbush. HEX triplet: BE, 76 and 90. RGB value is (190,118,144). Sum of RGB (Red+Green+Blue) = 190+118+144=452 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.04% from 452); Green value is 118 (46.48% from 255 or 26.11% from 452); Blue value is 144 (56.64% from 255 or 31.86% from 452); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7690 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7690 is #41896F. Grayscale: #8E8E8E. Windows color (decimal): -4295024 or 9467582. OLE color: 9467582.

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

Color convert

RGB 190 118 144 -
CMYK 0 0.38 0.24 0.25
HSL 338.33º 0.36% 0.6% -
HSV(B) 338.33º 0.38% 0.75% -
XYZ 32.75 25.92 29.66 -
YUV 142.49 128.85 161.89 -
System Red Green Blue C M Y K H S L
Decimal 190 118 144 0 0.38 0.24 0.25 338.33 0.36 0.6
Hex BE 76 90 0 26 18 19 152 24 3C
Octal 276 166 220 0 46 30 31 522 44 74
Binary 10111110 1110110 10010000 0 100110 11000 11001 101010010 100100 111100

Color Harmonies of #BE7690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7690

Black with #BE7690

Text Example


Text Example

White with #BE7690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7690; }

 p { color: rgb(190,118,144); }

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

background-color css

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

 a { background-color: rgb(190,118,144); }

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

border-color css

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

 span { border-color: rgb(190,118,144); }

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