Html Css Color HEX #BB77A5 Bouquet

📋 copy color: '#BB77A5'

red 187 ◦ green 119 ◦ blue 165

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

Shades of Bouquet #BB77A5

Tints of Bouquet #BB77A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 35.03%

R = 39.7%
G = 25.27%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.12

 K value IS 0.27

RGB Variations

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

Color information

#BB77A5 (or 0xBB77A5) is known color: Bouquet. HEX triplet: BB, 77 and A5. RGB value is (187,119,165). Sum of RGB (Red+Green+Blue) = 187+119+165=471 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.70% from 471); Green value is 119 (46.88% from 255 or 25.27% from 471); Blue value is 165 (64.84% from 255 or 35.03% from 471); Max value from RGB is 187 - color contains mainly: red. Hex color #BB77A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB77A5 is #44885A. Grayscale: #909090. Windows color (decimal): -4491355 or 10844091. OLE color: 10844091.

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

Color convert

RGB 187 119 165 -
CMYK 0 0.36 0.12 0.27
HSL 319.41º 0.33% 0.6% -
HSV(B) 319.41º 0.36% 0.73% -
XYZ 33.88 26.48 38.92 -
YUV 144.58 139.53 158.26 -
System Red Green Blue C M Y K H S L
Decimal 187 119 165 0 0.36 0.12 0.27 319.41 0.33 0.6
Hex BB 77 A5 0 24 C 1B 13F 21 3C
Octal 273 167 245 0 44 14 33 477 41 74
Binary 10111011 1110111 10100101 0 100100 1100 11011 100111111 100001 111100

Color Harmonies of #BB77A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB77A5

Black with #BB77A5

Text Example


Text Example

White with #BB77A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB77A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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