Html Css Color HEX #BB7BA6 Bouquet

📋 copy color: '#BB7BA6'

red 187 ◦ green 123 ◦ blue 166

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

Shades of Bouquet #BB7BA6

Tints of Bouquet #BB7BA6

RGB

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

 GREEN value IS 123 (48.44% from 255) = 25.84%

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

R = 39.29%
G = 25.84%
B = 34.87%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.11

 K value IS 0.27

RGB Variations

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

Color information

#BB7BA6 (or 0xBB7BA6) is known color: Bouquet. HEX triplet: BB, 7B and A6. RGB value is (187,123,166). Sum of RGB (Red+Green+Blue) = 187+123+166=476 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.29% from 476); Green value is 123 (48.44% from 255 or 25.84% from 476); Blue value is 166 (65.23% from 255 or 34.87% from 476); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7BA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7BA6 is #448459. Grayscale: #929292. Windows color (decimal): -4490330 or 10910651. OLE color: 10910651.

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

Color convert

RGB 187 123 166 -
CMYK 0 0.34 0.11 0.27
HSL 319.69º 0.32% 0.61% -
HSV(B) 319.69º 0.34% 0.73% -
XYZ 34.46 27.48 39.57 -
YUV 147.04 138.7 156.5 -
System Red Green Blue C M Y K H S L
Decimal 187 123 166 0 0.34 0.11 0.27 319.69 0.32 0.61
Hex BB 7B A6 0 22 B 1B 140 20 3D
Octal 273 173 246 0 42 13 33 500 40 75
Binary 10111011 1111011 10100110 0 100010 1011 11011 101000000 100000 111101

Color Harmonies of #BB7BA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7BA6

Black with #BB7BA6

Text Example


Text Example

White with #BB7BA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7BA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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