Html Css Color HEX #BE699E Hopbush

📋 copy color: '#BE699E'

red 190 ◦ green 105 ◦ blue 158

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

Shades of Hopbush #BE699E

Tints of Hopbush #BE699E

RGB

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

 GREEN value IS 105 (41.41% from 255) = 23.18%

 BLUE value IS 158 (62.11% from 255) = 34.88%

R = 41.94%
G = 23.18%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#BE699E (or 0xBE699E) is known color: Hopbush. HEX triplet: BE, 69 and 9E. RGB value is (190,105,158). Sum of RGB (Red+Green+Blue) = 190+105+158=453 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.94% from 453); Green value is 105 (41.41% from 255 or 23.18% from 453); Blue value is 158 (62.11% from 255 or 34.88% from 453); Max value from RGB is 190 - color contains mainly: red. Hex color #BE699E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE699E is #419661. Grayscale: #888888. Windows color (decimal): -4298338 or 10381758. OLE color: 10381758.

HSL color Cylindrical-coordinate representation of color #BE699E: hue angle of 322.59º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BE699E is Cyan = 0, Magento = 0.45, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 105 158 -
CMYK 0 0.45 0.17 0.25
HSL 322.59º 0.4% 0.58% -
HSV(B) 322.59º 0.45% 0.75% -
XYZ 32.46 23.52 35.18 -
YUV 136.46 140.16 166.19 -
System Red Green Blue C M Y K H S L
Decimal 190 105 158 0 0.45 0.17 0.25 322.59 0.4 0.58
Hex BE 69 9E 0 2D 11 19 143 28 3A
Octal 276 151 236 0 55 21 31 503 50 72
Binary 10111110 1101001 10011110 0 101101 10001 11001 101000011 101000 111010

Color Harmonies of #BE699E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE699E

Black with #BE699E

Text Example


Text Example

White with #BE699E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE699E; }

 p { color: rgb(190,105,158); }

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

background-color css

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

 a { background-color: rgb(190,105,158); }

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

border-color css

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

 span { border-color: rgb(190,105,158); }

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