#B777A3

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

Shades of Bouquet #B777A3

Tints of Bouquet #B777A3

Color information

#B777A3 (or 0xB777A3) is unknown color: approx Bouquet. HEX triplet: B7, 77 and A3. RGB value is (183,119,163). Sum of RGB (Red+Green+Blue) = 183+119+163=465 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.35% from 465); Green value is 119 (46.88% from 255 or 25.59% from 465); Blue value is 163 (64.06% from 255 or 35.05% from 465); Max value from RGB is 183 - color contains mainly: red. Hex color #B777A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B777A3 is #48885C. Grayscale: #8F8F8F. Windows color (decimal): -4753501 or 10713015. OLE color: 10713015.

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

Color convert

RGB183119163-
CMYK00.350.110.28
HSL318.75º30.77%59.22%-
HSV(B)318.75º34.97%71.76%-
XYZ32.7425.9137.93-
YUV143.15139.2156.42-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 39.35%
GREEN value IS 119 (46.88% from 255) = 25.59%
BLUE value IS 163 (64.06% from 255) = 35.05%
R=39.35%
G=25.59%
B=35.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.11
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311916300.350.110.28318.7530.7759.22
HexB777A3023B1C13f1f3b
Octal26716724304313344773773
Binary10110111111011110100011010001110111110010011111111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B777A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B777A3; }

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

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

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

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

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

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

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

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