#B778A3

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

Shades of Bouquet #B778A3

Tints of Bouquet #B778A3

Color information

#B778A3 (or 0xB778A3) is unknown color: approx Bouquet. HEX triplet: B7, 78 and A3. RGB value is (183,120,163). Sum of RGB (Red+Green+Blue) = 183+120+163=466 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.27% from 466); Green value is 120 (47.27% from 255 or 25.75% from 466); Blue value is 163 (64.06% from 255 or 34.98% from 466); Max value from RGB is 183 - color contains mainly: red. Hex color #B778A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B778A3 is #48875C. Grayscale: #8F8F8F. Windows color (decimal): -4753245 or 10713271. OLE color: 10713271.

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

Color convert

RGB183120163-
CMYK00.340.110.28
HSL319.05º30.43%59.41%-
HSV(B)319.05º34.43%71.76%-
XYZ32.8626.1437.97-
YUV143.74138.87156-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 39.27%
GREEN value IS 120 (47.27% from 255) = 25.75%
BLUE value IS 163 (64.06% from 255) = 34.98%
R=39.27%
G=25.75%
B=34.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.11
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18312016300.340.110.28319.0530.4359.41
HexB778A3022B1C13f1e3b
Octal26717024304213344773673
Binary10110111111100010100011010001010111110010011111111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B778A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B778A3; }

 p { color: rgb(183,120,163); }

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

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

 a { background-color: rgb(183,120,163); }

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

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

 span { border-color: rgb(183,120,163); }

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