Html Css Color HEX #BB7AA6 Bouquet

📋 copy color: '#BB7AA6'

red 187 ◦ green 122 ◦ blue 166

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

Shades of Bouquet #BB7AA6

Tints of Bouquet #BB7AA6

RGB

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

 GREEN value IS 122 (48.05% from 255) = 25.68%

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

R = 39.37%
G = 25.68%
B = 34.95%

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

#BB7AA6 (or 0xBB7AA6) is known color: Bouquet. HEX triplet: BB, 7A and A6. RGB value is (187,122,166). Sum of RGB (Red+Green+Blue) = 187+122+166=475 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.37% from 475); Green value is 122 (48.05% from 255 or 25.68% from 475); Blue value is 166 (65.23% from 255 or 34.95% from 475); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7AA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7AA6 is #448559. Grayscale: #929292. Windows color (decimal): -4490586 or 10910395. OLE color: 10910395.

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

Color convert

RGB 187 122 166 -
CMYK 0 0.35 0.11 0.27
HSL 319.38º 0.32% 0.61% -
HSV(B) 319.38º 0.35% 0.73% -
XYZ 34.34 27.24 39.52 -
YUV 146.45 139.03 156.92 -
System Red Green Blue C M Y K H S L
Decimal 187 122 166 0 0.35 0.11 0.27 319.38 0.32 0.61
Hex BB 7A A6 0 23 B 1B 13F 20 3D
Octal 273 172 246 0 43 13 33 477 40 75
Binary 10111011 1111010 10100110 0 100011 1011 11011 100111111 100000 111101

Color Harmonies of #BB7AA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7AA6

Black with #BB7AA6

Text Example


Text Example

White with #BB7AA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7AA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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