Html Css Color HEX #BB77A4 Bouquet

📋 copy color: '#BB77A4'

red 187 ◦ green 119 ◦ blue 164

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

Shades of Bouquet #BB77A4

Tints of Bouquet #BB77A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 34.89%

R = 39.79%
G = 25.32%
B = 34.89%

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

#BB77A4 (or 0xBB77A4) is known color: Bouquet. HEX triplet: BB, 77 and A4. RGB value is (187,119,164). Sum of RGB (Red+Green+Blue) = 187+119+164=470 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.79% from 470); Green value is 119 (46.88% from 255 or 25.32% from 470); Blue value is 164 (64.45% from 255 or 34.89% from 470); Max value from RGB is 187 - color contains mainly: red. Hex color #BB77A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB77A4 is #44885B. Grayscale: #909090. Windows color (decimal): -4491356 or 10778555. OLE color: 10778555.

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

Color convert

RGB 187 119 164 -
CMYK 0 0.36 0.12 0.27
HSL 320.29º 0.33% 0.6% -
HSV(B) 320.29º 0.36% 0.73% -
XYZ 33.79 26.44 38.44 -
YUV 144.46 139.03 158.34 -
System Red Green Blue C M Y K H S L
Decimal 187 119 164 0 0.36 0.12 0.27 320.29 0.33 0.6
Hex BB 77 A4 0 24 C 1B 140 21 3C
Octal 273 167 244 0 44 14 33 500 41 74
Binary 10111011 1110111 10100100 0 100100 1100 11011 101000000 100001 111100

Color Harmonies of #BB77A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB77A4

Black with #BB77A4

Text Example


Text Example

White with #BB77A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB77A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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