#B9799D

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

Shades of Bouquet #B9799D

Tints of Bouquet #B9799D

Color information

#B9799D (or 0xB9799D) is unknown color: approx Bouquet. HEX triplet: B9, 79 and 9D. RGB value is (185,121,157). Sum of RGB (Red+Green+Blue) = 185+121+157=463 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.96% from 463); Green value is 121 (47.66% from 255 or 26.13% from 463); Blue value is 157 (61.72% from 255 or 33.91% from 463); Max value from RGB is 185 - color contains mainly: red. Hex color #B9799D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9799D is #468662. Grayscale: #909090. Windows color (decimal): -4621923 or 10320313. OLE color: 10320313.

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

Color convert

RGB185121157-
CMYK00.350.150.27
HSL326.25º31.37%60%-
HSV(B)326.25º34.59%72.55%-
XYZ32.9326.4235.26-
YUV144.24135.2157.07-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.96%
GREEN value IS 121 (47.66% from 255) = 26.13%
BLUE value IS 157 (61.72% from 255) = 33.91%
R=39.96%
G=26.13%
B=33.91%

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
Decimal18512115700.350.150.27326.2531.3760
HexB9799D023F1B1461f3c
Octal27117123504317335063774
Binary10111001111100110011101010001111111101110100011011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9799D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9799D; }

 p { color: rgb(185,121,157); }

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

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

 a { background-color: rgb(185,121,157); }

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

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

 span { border-color: rgb(185,121,157); }

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