Html Css Color HEX #BB76A0 Bouquet

📋 copy color: '#BB76A0'

red 187 ◦ green 118 ◦ blue 160

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

Shades of Bouquet #BB76A0

Tints of Bouquet #BB76A0

RGB

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

 GREEN value IS 118 (46.48% from 255) = 25.38%

 BLUE value IS 160 (62.89% from 255) = 34.41%

R = 40.22%
G = 25.38%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.14

 K value IS 0.27

RGB Variations

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

Color information

#BB76A0 (or 0xBB76A0) is known color: Bouquet. HEX triplet: BB, 76 and A0. RGB value is (187,118,160). Sum of RGB (Red+Green+Blue) = 187+118+160=465 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.22% from 465); Green value is 118 (46.48% from 255 or 25.38% from 465); Blue value is 160 (62.89% from 255 or 34.41% from 465); Max value from RGB is 187 - color contains mainly: red. Hex color #BB76A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB76A0 is #44895F. Grayscale: #8F8F8F. Windows color (decimal): -4491616 or 10516155. OLE color: 10516155.

HSL color Cylindrical-coordinate representation of color #BB76A0: hue angle of 323.48º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BB76A0 is Cyan = 0, Magento = 0.37, Yellow = 0.14 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 118 160 -
CMYK 0 0.37 0.14 0.27
HSL 323.48º 0.34% 0.6% -
HSV(B) 323.48º 0.37% 0.73% -
XYZ 33.32 26.06 36.53 -
YUV 143.42 137.36 159.08 -
System Red Green Blue C M Y K H S L
Decimal 187 118 160 0 0.37 0.14 0.27 323.48 0.34 0.6
Hex BB 76 A0 0 25 E 1B 143 22 3C
Octal 273 166 240 0 45 16 33 503 42 74
Binary 10111011 1110110 10100000 0 100101 1110 11011 101000011 100010 111100

Color Harmonies of #BB76A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB76A0

Black with #BB76A0

Text Example


Text Example

White with #BB76A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB76A0; }

 p { color: rgb(187,118,160); }

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

background-color css

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

 a { background-color: rgb(187,118,160); }

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

border-color css

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

 span { border-color: rgb(187,118,160); }

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