Html Css Color HEX #BE618B Hopbush

📋 copy color: '#BE618B'

red 190 ◦ green 97 ◦ blue 139

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

Shades of Hopbush #BE618B

Tints of Hopbush #BE618B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 32.63%

R = 44.6%
G = 22.77%
B = 32.63%

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

#BE618B (or 0xBE618B) is known color: Hopbush. HEX triplet: BE, 61 and 8B. RGB value is (190,97,139). Sum of RGB (Red+Green+Blue) = 190+97+139=426 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.60% from 426); Green value is 97 (38.28% from 255 or 22.77% from 426); Blue value is 139 (54.69% from 255 or 32.63% from 426); Max value from RGB is 190 - color contains mainly: red. Hex color #BE618B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE618B is #419E74. Grayscale: #818181. Windows color (decimal): -4300405 or 9134526. OLE color: 9134526.

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

Color convert

RGB 190 97 139 -
CMYK 0 0.49 0.27 0.25
HSL 332.9º 0.42% 0.56% -
HSV(B) 332.9º 0.49% 0.75% -
XYZ 30.17 21.36 26.96 -
YUV 129.6 133.31 171.08 -
System Red Green Blue C M Y K H S L
Decimal 190 97 139 0 0.49 0.27 0.25 332.9 0.42 0.56
Hex BE 61 8B 0 31 1B 19 14D 2A 38
Octal 276 141 213 0 61 33 31 515 52 70
Binary 10111110 1100001 10001011 0 110001 11011 11001 101001101 101010 111000

Color Harmonies of #BE618B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE618B

Black with #BE618B

Text Example


Text Example

White with #BE618B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE618B; }

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

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

background-color css

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

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

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

border-color css

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

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

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