Html Css Color HEX #BE618A Hopbush

📋 copy color: '#BE618A'

red 190 ◦ green 97 ◦ blue 138

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

Shades of Hopbush #BE618A

Tints of Hopbush #BE618A

RGB

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

 GREEN value IS 97 (38.28% from 255) = 22.82%

 BLUE value IS 138 (54.3% from 255) = 32.47%

R = 44.71%
G = 22.82%
B = 32.47%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#BE618A (or 0xBE618A) is known color: Hopbush. HEX triplet: BE, 61 and 8A. RGB value is (190,97,138). Sum of RGB (Red+Green+Blue) = 190+97+138=425 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.71% from 425); Green value is 97 (38.28% from 255 or 22.82% from 425); Blue value is 138 (54.30% from 255 or 32.47% from 425); Max value from RGB is 190 - color contains mainly: red. Hex color #BE618A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE618A is #419E75. Grayscale: #818181. Windows color (decimal): -4300406 or 9068990. OLE color: 9068990.

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

Color convert

RGB 190 97 138 -
CMYK 0 0.49 0.27 0.25
HSL 333.55º 0.42% 0.56% -
HSV(B) 333.55º 0.49% 0.75% -
XYZ 30.1 21.33 26.58 -
YUV 129.48 132.81 171.17 -
System Red Green Blue C M Y K H S L
Decimal 190 97 138 0 0.49 0.27 0.25 333.55 0.42 0.56
Hex BE 61 8A 0 31 1B 19 14E 2A 38
Octal 276 141 212 0 61 33 31 516 52 70
Binary 10111110 1100001 10001010 0 110001 11011 11001 101001110 101010 111000

Color Harmonies of #BE618A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE618A

Black with #BE618A

Text Example


Text Example

White with #BE618A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE618A; }

 p { color: rgb(190,97,138); }

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

background-color css

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

 a { background-color: rgb(190,97,138); }

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

border-color css

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

 span { border-color: rgb(190,97,138); }

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