#BB799A

Color #BB799A Bouquet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bouquet #BB799A

Tints of Bouquet #BB799A

Color information

#BB799A (or 0xBB799A) is unknown color: approx Bouquet. HEX triplet: BB, 79 and 9A. RGB value is (187,121,154). Sum of RGB (Red+Green+Blue) = 187+121+154=462 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.48% from 462); Green value is 121 (47.66% from 255 or 26.19% from 462); Blue value is 154 (60.55% from 255 or 33.33% from 462); Max value from RGB is 187 - color contains mainly: red. Hex color #BB799A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB799A is #448665. Grayscale: #909090. Windows color (decimal): -4490854 or 10123707. OLE color: 10123707.

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

Color convert

RGB187121154-
CMYK00.350.180.27
HSL330º32.67%60.39%-
HSV(B)330º35.29%73.33%-
XYZ33.1626.5733.95-
YUV144.5133.37158.32-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.48%
GREEN value IS 121 (47.66% from 255) = 26.19%
BLUE value IS 154 (60.55% from 255) = 33.33%
R=40.48%
G=26.19%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18712115400.350.180.2733032.6760.39
HexBB799A023121B14a213c
Octal27317123204322335124174
Binary1011101111110011001101001000111001011011101001010100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB799A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB799A; }

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

 H1.HeaderClassName
 {
   color: #BB799A;
 }
 .AnyTagClassName
 {
   color: #BB799A;
 }
</style>
background-color css

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

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

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

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

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

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