#B9799A

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

Shades of Bouquet #B9799A

Tints of Bouquet #B9799A

Color information

#B9799A (or 0xB9799A) is unknown color: approx Bouquet. HEX triplet: B9, 79 and 9A. RGB value is (185,121,154). Sum of RGB (Red+Green+Blue) = 185+121+154=460 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.22% from 460); Green value is 121 (47.66% from 255 or 26.30% from 460); Blue value is 154 (60.55% from 255 or 33.48% from 460); Max value from RGB is 185 - color contains mainly: red. Hex color #B9799A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9799A is #468665. Grayscale: #8F8F8F. Windows color (decimal): -4621926 or 10123705. OLE color: 10123705.

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

Color convert

RGB185121154-
CMYK00.350.170.27
HSL329.06º31.37%60%-
HSV(B)329.06º34.59%72.55%-
XYZ32.6826.3233.93-
YUV143.9133.7157.32-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.22%
GREEN value IS 121 (47.66% from 255) = 26.30%
BLUE value IS 154 (60.55% from 255) = 33.48%
R=40.22%
G=26.30%
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
Decimal18512115400.350.170.27329.0631.3760
HexB9799A023111B1491f3c
Octal27117123204321335113774
Binary101110011111001100110100100011100011101110100100111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9799A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9799A; }

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

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

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

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

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

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

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

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