Html Css Color HEX #BE628E Hopbush

📋 copy color: '#BE628E'

red 190 ◦ green 98 ◦ blue 142

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

Shades of Hopbush #BE628E

Tints of Hopbush #BE628E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 33.02%

R = 44.19%
G = 22.79%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#BE628E (or 0xBE628E) is known color: Hopbush. HEX triplet: BE, 62 and 8E. RGB value is (190,98,142). Sum of RGB (Red+Green+Blue) = 190+98+142=430 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.19% from 430); Green value is 98 (38.67% from 255 or 22.79% from 430); Blue value is 142 (55.86% from 255 or 33.02% from 430); Max value from RGB is 190 - color contains mainly: red. Hex color #BE628E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE628E is #419D71. Grayscale: #828282. Windows color (decimal): -4300146 or 9331390. OLE color: 9331390.

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

Color convert

RGB 190 98 142 -
CMYK 0 0.48 0.25 0.25
HSL 331.3º 0.41% 0.56% -
HSV(B) 331.3º 0.48% 0.75% -
XYZ 30.49 21.64 28.16 -
YUV 130.52 134.48 170.42 -
System Red Green Blue C M Y K H S L
Decimal 190 98 142 0 0.48 0.25 0.25 331.3 0.41 0.56
Hex BE 62 8E 0 30 19 19 14B 29 38
Octal 276 142 216 0 60 31 31 513 51 70
Binary 10111110 1100010 10001110 0 110000 11001 11001 101001011 101001 111000

Color Harmonies of #BE628E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE628E

Black with #BE628E

Text Example


Text Example

White with #BE628E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE628E; }

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

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

background-color css

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

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

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

border-color css

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

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

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