#B78AA6

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

Shades of Bouquet #B78AA6

Tints of Bouquet #B78AA6

Color information

#B78AA6 (or 0xB78AA6) is unknown color: approx Bouquet. HEX triplet: B7, 8A and A6. RGB value is (183,138,166). Sum of RGB (Red+Green+Blue) = 183+138+166=487 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.58% from 487); Green value is 138 (54.30% from 255 or 28.34% from 487); Blue value is 166 (65.23% from 255 or 34.09% from 487); Max value from RGB is 183 - color contains mainly: red. Hex color #B78AA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B78AA6 is #487559. Grayscale: #9A9A9A. Windows color (decimal): -4748634 or 10914487. OLE color: 10914487.

HSL color Cylindrical-coordinate representation of color #B78AA6: hue angle of 322.67º degrees, saturation: 0.24, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B78AA6 is Cyan = 0, Magento = 0.25, Yellow = 0.09 and Black (K on CMYK) = 0.28.

Color convert

RGB183138166-
CMYK00.250.090.28
HSL322.67º23.81%62.94%-
HSV(B)322.67º24.59%71.76%-
XYZ35.53140.19-
YUV154.65134.41148.22-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 37.58%
GREEN value IS 138 (54.30% from 255) = 28.34%
BLUE value IS 166 (65.23% from 255) = 34.09%
R=37.58%
G=28.34%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.09
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18313816600.250.090.28322.6723.8162.94
HexB78AA601991C143183f
Octal26721224603111345033077
Binary10110111100010101010011001100110011110010100001111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78AA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78AA6; }

 p { color: rgb(183,138,166); }

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

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

 a { background-color: rgb(183,138,166); }

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

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

 span { border-color: rgb(183,138,166); }

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