Html Css Color HEX #BB79A6 Bouquet

📋 copy color: '#BB79A6'

red 187 ◦ green 121 ◦ blue 166

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

Shades of Bouquet #BB79A6

Tints of Bouquet #BB79A6

RGB

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

 GREEN value IS 121 (47.66% from 255) = 25.53%

 BLUE value IS 166 (65.23% from 255) = 35.02%

R = 39.45%
G = 25.53%
B = 35.02%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.11

 K value IS 0.27

RGB Variations

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

Color information

#BB79A6 (or 0xBB79A6) is known color: Bouquet. HEX triplet: BB, 79 and A6. RGB value is (187,121,166). Sum of RGB (Red+Green+Blue) = 187+121+166=474 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.45% from 474); Green value is 121 (47.66% from 255 or 25.53% from 474); Blue value is 166 (65.23% from 255 or 35.02% from 474); Max value from RGB is 187 - color contains mainly: red. Hex color #BB79A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB79A6 is #448659. Grayscale: #919191. Windows color (decimal): -4490842 or 10910139. OLE color: 10910139.

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

Color convert

RGB 187 121 166 -
CMYK 0 0.35 0.11 0.27
HSL 319.09º 0.33% 0.6% -
HSV(B) 319.09º 0.35% 0.73% -
XYZ 34.21 26.99 39.48 -
YUV 145.86 139.37 157.34 -
System Red Green Blue C M Y K H S L
Decimal 187 121 166 0 0.35 0.11 0.27 319.09 0.33 0.6
Hex BB 79 A6 0 23 B 1B 13F 21 3C
Octal 273 171 246 0 43 13 33 477 41 74
Binary 10111011 1111001 10100110 0 100011 1011 11011 100111111 100001 111100

Color Harmonies of #BB79A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB79A6

Black with #BB79A6

Text Example


Text Example

White with #BB79A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB79A6; }

 p { color: rgb(187,121,166); }

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

background-color css

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

 a { background-color: rgb(187,121,166); }

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

border-color css

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

 span { border-color: rgb(187,121,166); }

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