#B8779A

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

Shades of Bouquet #B8779A

Tints of Bouquet #B8779A

Color information

#B8779A (or 0xB8779A) is unknown color: approx Bouquet. HEX triplet: B8, 77 and 9A. RGB value is (184,119,154). Sum of RGB (Red+Green+Blue) = 184+119+154=457 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.26% from 457); Green value is 119 (46.88% from 255 or 26.04% from 457); Blue value is 154 (60.55% from 255 or 33.70% from 457); Max value from RGB is 184 - color contains mainly: red. Hex color #B8779A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8779A is #478865. Grayscale: #8E8E8E. Windows color (decimal): -4687974 or 10123192. OLE color: 10123192.

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

Color convert

RGB184119154-
CMYK00.350.160.28
HSL327.69º31.4%59.41%-
HSV(B)327.69º35.33%72.16%-
XYZ32.225.7233.84-
YUV142.43134.53157.65-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.26%
GREEN value IS 119 (46.88% from 255) = 26.04%
BLUE value IS 154 (60.55% from 255) = 33.70%
R=40.26%
G=26.04%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.16
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18411915400.350.160.28327.6931.459.41
HexB8779A023101C1481f3b
Octal27016723204320345103773
Binary101110001110111100110100100011100001110010100100011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8779A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8779A; }

 p { color: rgb(184,119,154); }

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

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

 a { background-color: rgb(184,119,154); }

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

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

 span { border-color: rgb(184,119,154); }

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