Html Css Color HEX #BE699D Hopbush

📋 copy color: '#BE699D'

red 190 ◦ green 105 ◦ blue 157

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

Shades of Hopbush #BE699D

Tints of Hopbush #BE699D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 34.73%

R = 42.04%
G = 23.23%
B = 34.73%

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

#BE699D (or 0xBE699D) is known color: Hopbush. HEX triplet: BE, 69 and 9D. RGB value is (190,105,157). Sum of RGB (Red+Green+Blue) = 190+105+157=452 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.04% from 452); Green value is 105 (41.41% from 255 or 23.23% from 452); Blue value is 157 (61.72% from 255 or 34.73% from 452); Max value from RGB is 190 - color contains mainly: red. Hex color #BE699D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE699D is #419662. Grayscale: #888888. Windows color (decimal): -4298339 or 10316222. OLE color: 10316222.

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

Color convert

RGB 190 105 157 -
CMYK 0 0.45 0.17 0.25
HSL 323.29º 0.4% 0.58% -
HSV(B) 323.29º 0.45% 0.75% -
XYZ 32.37 23.48 34.73 -
YUV 136.34 139.66 166.27 -
System Red Green Blue C M Y K H S L
Decimal 190 105 157 0 0.45 0.17 0.25 323.29 0.4 0.58
Hex BE 69 9D 0 2D 11 19 143 28 3A
Octal 276 151 235 0 55 21 31 503 50 72
Binary 10111110 1101001 10011101 0 101101 10001 11001 101000011 101000 111010

Color Harmonies of #BE699D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE699D

Black with #BE699D

Text Example


Text Example

White with #BE699D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE699D; }

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

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

background-color css

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

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

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

border-color css

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

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

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