#B78AA1

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

Shades of Bouquet #B78AA1

Tints of Bouquet #B78AA1

Color information

#B78AA1 (or 0xB78AA1) is unknown color: approx Bouquet. HEX triplet: B7, 8A and A1. RGB value is (183,138,161). Sum of RGB (Red+Green+Blue) = 183+138+161=482 (63% of max value = 765). Red value is 183 (71.88% from 255 or 37.97% from 482); Green value is 138 (54.30% from 255 or 28.63% from 482); Blue value is 161 (63.28% from 255 or 33.40% from 482); Max value from RGB is 183 - color contains mainly: red. Hex color #B78AA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B78AA1 is #48755E. Grayscale: #9A9A9A. Windows color (decimal): -4748639 or 10586807. OLE color: 10586807.

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

Color convert

RGB183138161-
CMYK00.250.120.28
HSL329.33º23.81%62.94%-
HSV(B)329.33º24.59%71.76%-
XYZ35.0530.8237.82-
YUV154.08131.91148.63-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 37.97%
GREEN value IS 138 (54.30% from 255) = 28.63%
BLUE value IS 161 (63.28% from 255) = 33.40%
R=37.97%
G=28.63%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.12
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18313816100.250.120.28329.3323.8162.94
HexB78AA1019C1C149183f
Octal26721224103114345113077
Binary10110111100010101010000101100111001110010100100111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78AA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78AA1; }

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

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

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

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

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

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

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

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