Html Css Color HEX #BE6290 Hopbush

📋 copy color: '#BE6290'

red 190 ◦ green 98 ◦ blue 144

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

Shades of Hopbush #BE6290

Tints of Hopbush #BE6290

RGB

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

 GREEN value IS 98 (38.67% from 255) = 22.69%

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

R = 43.98%
G = 22.69%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#BE6290 (or 0xBE6290) is known color: Hopbush. HEX triplet: BE, 62 and 90. RGB value is (190,98,144). Sum of RGB (Red+Green+Blue) = 190+98+144=432 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.98% from 432); Green value is 98 (38.67% from 255 or 22.69% from 432); Blue value is 144 (56.64% from 255 or 33.33% from 432); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6290 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6290 is #419D6F. Grayscale: #828282. Windows color (decimal): -4300144 or 9462462. OLE color: 9462462.

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

Color convert

RGB 190 98 144 -
CMYK 0 0.48 0.24 0.25
HSL 330º 0.41% 0.56% -
HSV(B) 330º 0.48% 0.75% -
XYZ 30.64 21.7 28.96 -
YUV 130.75 135.48 170.26 -
System Red Green Blue C M Y K H S L
Decimal 190 98 144 0 0.48 0.24 0.25 330 0.41 0.56
Hex BE 62 90 0 30 18 19 14A 29 38
Octal 276 142 220 0 60 30 31 512 51 70
Binary 10111110 1100010 10010000 0 110000 11000 11001 101001010 101001 111000

Color Harmonies of #BE6290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6290

Black with #BE6290

Text Example


Text Example

White with #BE6290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6290; }

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

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

background-color css

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

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

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

border-color css

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

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

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