Html Css Color HEX #BB77AC Bouquet

📋 copy color: '#BB77AC'

red 187 ◦ green 119 ◦ blue 172

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

Shades of Bouquet #BB77AC

Tints of Bouquet #BB77AC

RGB

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

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

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

R = 39.12%
G = 24.9%
B = 35.98%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#BB77AC (or 0xBB77AC) is known color: Bouquet. HEX triplet: BB, 77 and AC. RGB value is (187,119,172). Sum of RGB (Red+Green+Blue) = 187+119+172=478 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.12% from 478); Green value is 119 (46.88% from 255 or 24.90% from 478); Blue value is 172 (67.58% from 255 or 35.98% from 478); Max value from RGB is 187 - color contains mainly: red. Hex color #BB77AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB77AC is #448853. Grayscale: #919191. Windows color (decimal): -4491348 or 11302843. OLE color: 11302843.

HSL color Cylindrical-coordinate representation of color #BB77AC: hue angle of 313.24º 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 #BB77AC is Cyan = 0, Magento = 0.36, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 119 172 -
CMYK 0 0.36 0.08 0.27
HSL 313.24º 0.33% 0.6% -
HSV(B) 313.24º 0.36% 0.73% -
XYZ 34.54 26.74 42.37 -
YUV 145.37 143.03 157.69 -
System Red Green Blue C M Y K H S L
Decimal 187 119 172 0 0.36 0.08 0.27 313.24 0.33 0.6
Hex BB 77 AC 0 24 8 1B 139 21 3C
Octal 273 167 254 0 44 10 33 471 41 74
Binary 10111011 1110111 10101100 0 100100 1000 11011 100111001 100001 111100

Color Harmonies of #BB77AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB77AC

Black with #BB77AC

Text Example


Text Example

White with #BB77AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB77AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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