#B78EA4

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

Shades of Bouquet #B78EA4

Tints of Bouquet #B78EA4

Color information

#B78EA4 (or 0xB78EA4) is unknown color: approx Bouquet. HEX triplet: B7, 8E and A4. RGB value is (183,142,164). Sum of RGB (Red+Green+Blue) = 183+142+164=489 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.42% from 489); Green value is 142 (55.86% from 255 or 29.04% from 489); Blue value is 164 (64.45% from 255 or 33.54% from 489); Max value from RGB is 183 - color contains mainly: red. Hex color #B78EA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B78EA4 is #48715B. Grayscale: #9C9C9C. Windows color (decimal): -4747612 or 10784439. OLE color: 10784439.

HSL color Cylindrical-coordinate representation of color #B78EA4: hue angle of 327.8º degrees, saturation: 0.22, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B78EA4 is Cyan = 0, Magento = 0.22, Yellow = 0.10 and Black (K on CMYK) = 0.28.

Color convert

RGB183142164-
CMYK00.220.100.28
HSL327.8º22.16%63.73%-
HSV(B)327.8º22.4%71.76%-
XYZ35.932.0939.42-
YUV156.77132.08146.71-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 37.42%
GREEN value IS 142 (55.86% from 255) = 29.04%
BLUE value IS 164 (64.45% from 255) = 33.54%
R=37.42%
G=29.04%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.10
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18314216400.220.100.28327.822.1663.73
HexB78EA4016A1C1481640
Octal267216244026123451026100
Binary101101111000111010100100010110101011100101001000101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78EA4; }

 p { color: rgb(183,142,164); }

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

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

 a { background-color: rgb(183,142,164); }

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

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

 span { border-color: rgb(183,142,164); }

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