#B770AA

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

Shades of Bouquet #B770AA

Tints of Bouquet #B770AA

Color information

#B770AA (or 0xB770AA) is unknown color: approx Bouquet. HEX triplet: B7, 70 and AA. RGB value is (183,112,170). Sum of RGB (Red+Green+Blue) = 183+112+170=465 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.35% from 465); Green value is 112 (44.14% from 255 or 24.09% from 465); Blue value is 170 (66.80% from 255 or 36.56% from 465); Max value from RGB is 183 - color contains mainly: red. Hex color #B770AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B770AA is #488F55. Grayscale: #8B8B8B. Windows color (decimal): -4755286 or 11169975. OLE color: 11169975.

HSL color Cylindrical-coordinate representation of color #B770AA: hue angle of 310.99º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B770AA is Cyan = 0, Magento = 0.39, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB183112170-
CMYK00.390.070.28
HSL310.99º33.02%57.84%-
HSV(B)310.99º38.8%71.76%-
XYZ32.5824.5641.05-
YUV139.84145.02158.78-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 39.35%
GREEN value IS 112 (44.14% from 255) = 24.09%
BLUE value IS 170 (66.80% from 255) = 36.56%
R=39.35%
G=24.09%
B=36.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.07
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311217000.390.070.28310.9933.0257.84
HexB770AA02771C137213a
Octal2671602520477344674172
Binary10110111111000010101010010011111111100100110111100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B770AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B770AA; }

 p { color: rgb(183,112,170); }

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

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

 a { background-color: rgb(183,112,170); }

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

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

 span { border-color: rgb(183,112,170); }

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