#BB799B

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

Shades of Bouquet #BB799B

Tints of Bouquet #BB799B

Color information

#BB799B (or 0xBB799B) is unknown color: approx Bouquet. HEX triplet: BB, 79 and 9B. RGB value is (187,121,155). Sum of RGB (Red+Green+Blue) = 187+121+155=463 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.39% from 463); Green value is 121 (47.66% from 255 or 26.13% from 463); Blue value is 155 (60.94% from 255 or 33.48% from 463); Max value from RGB is 187 - color contains mainly: red. Hex color #BB799B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB799B is #448664. Grayscale: #909090. Windows color (decimal): -4490853 or 10189243. OLE color: 10189243.

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

Color convert

RGB187121155-
CMYK00.350.170.27
HSL329.09º32.67%60.39%-
HSV(B)329.09º35.29%73.33%-
XYZ33.2526.6134.39-
YUV144.61133.87158.24-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.39%
GREEN value IS 121 (47.66% from 255) = 26.13%
BLUE value IS 155 (60.94% from 255) = 33.48%
R=40.39%
G=26.13%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18712115500.350.170.27329.0932.6760.39
HexBB799B023111B149213c
Octal27317123304321335114174
Binary1011101111110011001101101000111000111011101001001100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB799B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB799B; }

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

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

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

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

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

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

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

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