#B8799D

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

Shades of Bouquet #B8799D

Tints of Bouquet #B8799D

Color information

#B8799D (or 0xB8799D) is unknown color: approx Bouquet. HEX triplet: B8, 79 and 9D. RGB value is (184,121,157). Sum of RGB (Red+Green+Blue) = 184+121+157=462 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.83% from 462); Green value is 121 (47.66% from 255 or 26.19% from 462); Blue value is 157 (61.72% from 255 or 33.98% from 462); Max value from RGB is 184 - color contains mainly: red. Hex color #B8799D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8799D is #478662. Grayscale: #8F8F8F. Windows color (decimal): -4687459 or 10320312. OLE color: 10320312.

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

Color convert

RGB184121157-
CMYK00.340.150.28
HSL325.71º30.73%59.8%-
HSV(B)325.71º34.24%72.16%-
XYZ32.6926.335.25-
YUV143.94135.37156.57-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.83%
GREEN value IS 121 (47.66% from 255) = 26.19%
BLUE value IS 157 (61.72% from 255) = 33.98%
R=39.83%
G=26.19%
B=33.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.15
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18412115700.340.150.28325.7130.7359.8
HexB8799D022F1C1461f3c
Octal27017123504217345063774
Binary10111000111100110011101010001011111110010100011011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8799D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8799D; }

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

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

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

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

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

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

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

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