Html Css Color HEX #BE77AC Bouquet

📋 copy color: '#BE77AC'

red 190 ◦ green 119 ◦ blue 172

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

Shades of Bouquet #BE77AC

Tints of Bouquet #BE77AC

RGB

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

 GREEN value IS 119 (46.88% from 255) = 24.74%

 BLUE value IS 172 (67.58% from 255) = 35.76%

R = 39.5%
G = 24.74%
B = 35.76%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#BE77AC (or 0xBE77AC) is known color: Bouquet. HEX triplet: BE, 77 and AC. RGB value is (190,119,172). Sum of RGB (Red+Green+Blue) = 190+119+172=481 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.50% from 481); Green value is 119 (46.88% from 255 or 24.74% from 481); Blue value is 172 (67.58% from 255 or 35.76% from 481); Max value from RGB is 190 - color contains mainly: red. Hex color #BE77AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE77AC is #418853. Grayscale: #929292. Windows color (decimal): -4294740 or 11302846. OLE color: 11302846.

HSL color Cylindrical-coordinate representation of color #BE77AC: hue angle of 315.21º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BE77AC is Cyan = 0, Magento = 0.37, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 119 172 -
CMYK 0 0.37 0.09 0.25
HSL 315.21º 0.35% 0.61% -
HSV(B) 315.21º 0.37% 0.75% -
XYZ 35.28 27.12 42.4 -
YUV 146.27 142.52 159.19 -
System Red Green Blue C M Y K H S L
Decimal 190 119 172 0 0.37 0.09 0.25 315.21 0.35 0.61
Hex BE 77 AC 0 25 9 19 13B 23 3D
Octal 276 167 254 0 45 11 31 473 43 75
Binary 10111110 1110111 10101100 0 100101 1001 11001 100111011 100011 111101

Color Harmonies of #BE77AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE77AC

Black with #BE77AC

Text Example


Text Example

White with #BE77AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE77AC; }

 p { color: rgb(190,119,172); }

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

background-color css

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

 a { background-color: rgb(190,119,172); }

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

border-color css

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

 span { border-color: rgb(190,119,172); }

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