Html Css Color HEX #BE608B Hopbush

📋 copy color: '#BE608B'

red 190 ◦ green 96 ◦ blue 139

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

Shades of Hopbush #BE608B

Tints of Hopbush #BE608B

RGB

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

 GREEN value IS 96 (37.89% from 255) = 22.59%

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

R = 44.71%
G = 22.59%
B = 32.71%

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

#BE608B (or 0xBE608B) is known color: Hopbush. HEX triplet: BE, 60 and 8B. RGB value is (190,96,139). Sum of RGB (Red+Green+Blue) = 190+96+139=425 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.71% from 425); Green value is 96 (37.89% from 255 or 22.59% from 425); Blue value is 139 (54.69% from 255 or 32.71% from 425); Max value from RGB is 190 - color contains mainly: red. Hex color #BE608B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE608B is #419F74. Grayscale: #808080. Windows color (decimal): -4300661 or 9134270. OLE color: 9134270.

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

Color convert

RGB 190 96 139 -
CMYK 0 0.49 0.27 0.25
HSL 332.55º 0.42% 0.56% -
HSV(B) 332.55º 0.49% 0.75% -
XYZ 30.08 21.18 26.93 -
YUV 129.01 133.64 171.5 -
System Red Green Blue C M Y K H S L
Decimal 190 96 139 0 0.49 0.27 0.25 332.55 0.42 0.56
Hex BE 60 8B 0 31 1B 19 14D 2A 38
Octal 276 140 213 0 61 33 31 515 52 70
Binary 10111110 1100000 10001011 0 110001 11011 11001 101001101 101010 111000

Color Harmonies of #BE608B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE608B

Black with #BE608B

Text Example


Text Example

White with #BE608B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE608B; }

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

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

background-color css

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

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

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

border-color css

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

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

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