#BB799F

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

Shades of Bouquet #BB799F

Tints of Bouquet #BB799F

Color information

#BB799F (or 0xBB799F) is unknown color: approx Bouquet. HEX triplet: BB, 79 and 9F. RGB value is (187,121,159). Sum of RGB (Red+Green+Blue) = 187+121+159=467 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.04% from 467); Green value is 121 (47.66% from 255 or 25.91% from 467); Blue value is 159 (62.5% from 255 or 34.05% from 467); Max value from RGB is 187 - color contains mainly: red. Hex color #BB799F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB799F is #448660. Grayscale: #909090. Windows color (decimal): -4490849 or 10451387. OLE color: 10451387.

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

Color convert

RGB187121159-
CMYK00.350.150.27
HSL325.45º32.67%60.39%-
HSV(B)325.45º35.29%73.33%-
XYZ33.5926.7436.19-
YUV145.07135.87157.91-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.04%
GREEN value IS 121 (47.66% from 255) = 25.91%
BLUE value IS 159 (62.5% from 255) = 34.05%
R=40.04%
G=25.91%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18712115900.350.150.27325.4532.6760.39
HexBB799F023F1B145213c
Octal27317123704317335054174
Binary101110111111001100111110100011111111011101000101100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB799F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB799F; }

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

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

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

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

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

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

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

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