#B8799E

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

Shades of Bouquet #B8799E

Tints of Bouquet #B8799E

Color information

#B8799E (or 0xB8799E) is unknown color: approx Bouquet. HEX triplet: B8, 79 and 9E. RGB value is (184,121,158). Sum of RGB (Red+Green+Blue) = 184+121+158=463 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.74% from 463); Green value is 121 (47.66% from 255 or 26.13% from 463); Blue value is 158 (62.11% from 255 or 34.13% from 463); Max value from RGB is 184 - color contains mainly: red. Hex color #B8799E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8799E is #478661. Grayscale: #8F8F8F. Windows color (decimal): -4687458 or 10385848. OLE color: 10385848.

HSL color Cylindrical-coordinate representation of color #B8799E: hue angle of 324.76º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B8799E is Cyan = 0, Magento = 0.34, Yellow = 0.14 and Black (K on CMYK) = 0.28.

Color convert

RGB184121158-
CMYK00.340.140.28
HSL324.76º30.73%59.8%-
HSV(B)324.76º34.24%72.16%-
XYZ32.7826.3335.7-
YUV144.06135.87156.49-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.74%
GREEN value IS 121 (47.66% from 255) = 26.13%
BLUE value IS 158 (62.11% from 255) = 34.13%
R=39.74%
G=26.13%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.14
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18412115800.340.140.28324.7630.7359.8
HexB8799E022E1C1451f3c
Octal27017123604216345053774
Binary10111000111100110011110010001011101110010100010111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8799E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8799E; }

 p { color: rgb(184,121,158); }

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

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

 a { background-color: rgb(184,121,158); }

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

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

 span { border-color: rgb(184,121,158); }

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