#B778AB

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

Shades of Bouquet #B778AB

Tints of Bouquet #B778AB

Color information

#B778AB (or 0xB778AB) is unknown color: approx Bouquet. HEX triplet: B7, 78 and AB. RGB value is (183,120,171). Sum of RGB (Red+Green+Blue) = 183+120+171=474 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.61% from 474); Green value is 120 (47.27% from 255 or 25.32% from 474); Blue value is 171 (67.19% from 255 or 36.08% from 474); Max value from RGB is 183 - color contains mainly: red. Hex color #B778AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B778AB is #488754. Grayscale: #909090. Windows color (decimal): -4753237 or 11237559. OLE color: 11237559.

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

Color convert

RGB183120171-
CMYK00.340.070.28
HSL311.43º30.43%59.41%-
HSV(B)311.43º34.43%71.76%-
XYZ33.626.4441.86-
YUV144.65142.87155.35-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.61%
GREEN value IS 120 (47.27% from 255) = 25.32%
BLUE value IS 171 (67.19% from 255) = 36.08%
R=38.61%
G=25.32%
B=36.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.07
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18312017100.340.070.28311.4330.4359.41
HexB778AB02271C1371e3b
Octal2671702530427344673673
Binary1011011111110001010101101000101111110010011011111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B778AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B778AB; }

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

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

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

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

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

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

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

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