Html Css Color HEX #BB77A1 Bouquet

📋 copy color: '#BB77A1'

red 187 ◦ green 119 ◦ blue 161

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

Shades of Bouquet #BB77A1

Tints of Bouquet #BB77A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 34.48%

R = 40.04%
G = 25.48%
B = 34.48%

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

#BB77A1 (or 0xBB77A1) is known color: Bouquet. HEX triplet: BB, 77 and A1. RGB value is (187,119,161). Sum of RGB (Red+Green+Blue) = 187+119+161=467 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.04% from 467); Green value is 119 (46.88% from 255 or 25.48% from 467); Blue value is 161 (63.28% from 255 or 34.48% from 467); Max value from RGB is 187 - color contains mainly: red. Hex color #BB77A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB77A1 is #44885E. Grayscale: #909090. Windows color (decimal): -4491359 or 10581947. OLE color: 10581947.

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

Color convert

RGB 187 119 161 -
CMYK 0 0.36 0.14 0.27
HSL 322.94º 0.33% 0.6% -
HSV(B) 322.94º 0.36% 0.73% -
XYZ 33.52 26.33 37.03 -
YUV 144.12 137.53 158.58 -
System Red Green Blue C M Y K H S L
Decimal 187 119 161 0 0.36 0.14 0.27 322.94 0.33 0.6
Hex BB 77 A1 0 24 E 1B 143 21 3C
Octal 273 167 241 0 44 16 33 503 41 74
Binary 10111011 1110111 10100001 0 100100 1110 11011 101000011 100001 111100

Color Harmonies of #BB77A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB77A1

Black with #BB77A1

Text Example


Text Example

White with #BB77A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB77A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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