Html Css Color HEX #BE6690 Hopbush

📋 copy color: '#BE6690'

red 190 ◦ green 102 ◦ blue 144

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

Shades of Hopbush #BE6690

Tints of Hopbush #BE6690

RGB

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

 GREEN value IS 102 (40.23% from 255) = 23.39%

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

R = 43.58%
G = 23.39%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#BE6690 (or 0xBE6690) is known color: Hopbush. HEX triplet: BE, 66 and 90. RGB value is (190,102,144). Sum of RGB (Red+Green+Blue) = 190+102+144=436 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.58% from 436); Green value is 102 (40.23% from 255 or 23.39% from 436); Blue value is 144 (56.64% from 255 or 33.03% from 436); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6690 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6690 is #41996F. Grayscale: #858585. Windows color (decimal): -4299120 or 9463486. OLE color: 9463486.

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

Color convert

RGB 190 102 144 -
CMYK 0 0.46 0.24 0.25
HSL 331.36º 0.4% 0.57% -
HSV(B) 331.36º 0.46% 0.75% -
XYZ 31.02 22.46 29.09 -
YUV 133.1 134.15 168.58 -
System Red Green Blue C M Y K H S L
Decimal 190 102 144 0 0.46 0.24 0.25 331.36 0.4 0.57
Hex BE 66 90 0 2E 18 19 14B 28 39
Octal 276 146 220 0 56 30 31 513 50 71
Binary 10111110 1100110 10010000 0 101110 11000 11001 101001011 101000 111001

Color Harmonies of #BE6690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6690

Black with #BE6690

Text Example


Text Example

White with #BE6690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6690; }

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

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

background-color css

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

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

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

border-color css

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

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

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