Html Css Color HEX #BB77A8 Bouquet

📋 copy color: '#BB77A8'

red 187 ◦ green 119 ◦ blue 168

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

Shades of Bouquet #BB77A8

Tints of Bouquet #BB77A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 35.44%

R = 39.45%
G = 25.11%
B = 35.44%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#BB77A8 (or 0xBB77A8) is known color: Bouquet. HEX triplet: BB, 77 and A8. RGB value is (187,119,168). Sum of RGB (Red+Green+Blue) = 187+119+168=474 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.45% from 474); Green value is 119 (46.88% from 255 or 25.11% from 474); Blue value is 168 (66.02% from 255 or 35.44% from 474); Max value from RGB is 187 - color contains mainly: red. Hex color #BB77A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB77A8 is #448857. Grayscale: #909090. Windows color (decimal): -4491352 or 11040699. OLE color: 11040699.

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

Color convert

RGB 187 119 168 -
CMYK 0 0.36 0.10 0.27
HSL 316.76º 0.33% 0.6% -
HSV(B) 316.76º 0.36% 0.73% -
XYZ 34.16 26.59 40.38 -
YUV 144.92 141.03 158.02 -
System Red Green Blue C M Y K H S L
Decimal 187 119 168 0 0.36 0.10 0.27 316.76 0.33 0.6
Hex BB 77 A8 0 24 A 1B 13D 21 3C
Octal 273 167 250 0 44 12 33 475 41 74
Binary 10111011 1110111 10101000 0 100100 1010 11011 100111101 100001 111100

Color Harmonies of #BB77A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB77A8

Black with #BB77A8

Text Example


Text Example

White with #BB77A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB77A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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