Html Css Color HEX #BE628C Hopbush

📋 copy color: '#BE628C'

red 190 ◦ green 98 ◦ blue 140

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

Shades of Hopbush #BE628C

Tints of Hopbush #BE628C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 32.71%

R = 44.39%
G = 22.9%
B = 32.71%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#BE628C (or 0xBE628C) is known color: Hopbush. HEX triplet: BE, 62 and 8C. RGB value is (190,98,140). Sum of RGB (Red+Green+Blue) = 190+98+140=428 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.39% from 428); Green value is 98 (38.67% from 255 or 22.90% from 428); Blue value is 140 (55.08% from 255 or 32.71% from 428); Max value from RGB is 190 - color contains mainly: red. Hex color #BE628C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE628C is #419D73. Grayscale: #828282. Windows color (decimal): -4300148 or 9200318. OLE color: 9200318.

HSL color Cylindrical-coordinate representation of color #BE628C: hue angle of 332.61º 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 #BE628C is Cyan = 0, Magento = 0.48, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 98 140 -
CMYK 0 0.48 0.26 0.25
HSL 332.61º 0.41% 0.56% -
HSV(B) 332.61º 0.48% 0.75% -
XYZ 30.34 21.58 27.38 -
YUV 130.3 133.48 170.58 -
System Red Green Blue C M Y K H S L
Decimal 190 98 140 0 0.48 0.26 0.25 332.61 0.41 0.56
Hex BE 62 8C 0 30 1A 19 14D 29 38
Octal 276 142 214 0 60 32 31 515 51 70
Binary 10111110 1100010 10001100 0 110000 11010 11001 101001101 101001 111000

Color Harmonies of #BE628C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE628C

Black with #BE628C

Text Example


Text Example

White with #BE628C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE628C; }

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

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

background-color css

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

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

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

border-color css

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

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

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