Html Css Color HEX #BB77A0 Bouquet

📋 copy color: '#BB77A0'

red 187 ◦ green 119 ◦ blue 160

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

Shades of Bouquet #BB77A0

Tints of Bouquet #BB77A0

RGB

 RED value IS 187 (73.44% from 255) = 40.13%

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

 BLUE value IS 160 (62.89% from 255) = 34.33%

R = 40.13%
G = 25.54%
B = 34.33%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.14

 K value IS 0.27

RGB Variations

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

Color information

#BB77A0 (or 0xBB77A0) is known color: Bouquet. HEX triplet: BB, 77 and A0. RGB value is (187,119,160). Sum of RGB (Red+Green+Blue) = 187+119+160=466 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.13% from 466); Green value is 119 (46.88% from 255 or 25.54% from 466); Blue value is 160 (62.89% from 255 or 34.33% from 466); Max value from RGB is 187 - color contains mainly: red. Hex color #BB77A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB77A0 is #44885F. Grayscale: #8F8F8F. Windows color (decimal): -4491360 or 10516411. OLE color: 10516411.

HSL color Cylindrical-coordinate representation of color #BB77A0: hue angle of 323.82º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BB77A0 is Cyan = 0, Magento = 0.36, Yellow = 0.14 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 119 160 -
CMYK 0 0.36 0.14 0.27
HSL 323.82º 0.33% 0.6% -
HSV(B) 323.82º 0.36% 0.73% -
XYZ 33.44 26.3 36.57 -
YUV 144.01 137.03 158.67 -
System Red Green Blue C M Y K H S L
Decimal 187 119 160 0 0.36 0.14 0.27 323.82 0.33 0.6
Hex BB 77 A0 0 24 E 1B 144 21 3C
Octal 273 167 240 0 44 16 33 504 41 74
Binary 10111011 1110111 10100000 0 100100 1110 11011 101000100 100001 111100

Color Harmonies of #BB77A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB77A0

Black with #BB77A0

Text Example


Text Example

White with #BB77A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB77A0; }

 p { color: rgb(187,119,160); }

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

background-color css

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

 a { background-color: rgb(187,119,160); }

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

border-color css

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

 span { border-color: rgb(187,119,160); }

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