#B770AB

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

Shades of Bouquet #B770AB

Tints of Bouquet #B770AB

Color information

#B770AB (or 0xB770AB) is unknown color: approx Bouquet. HEX triplet: B7, 70 and AB. RGB value is (183,112,171). Sum of RGB (Red+Green+Blue) = 183+112+171=466 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.27% from 466); Green value is 112 (44.14% from 255 or 24.03% from 466); Blue value is 171 (67.19% from 255 or 36.70% from 466); Max value from RGB is 183 - color contains mainly: red. Hex color #B770AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B770AB is #488F54. Grayscale: #8B8B8B. Windows color (decimal): -4755285 or 11235511. OLE color: 11235511.

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

Color convert

RGB183112171-
CMYK00.390.070.28
HSL310.14º33.02%57.84%-
HSV(B)310.14º38.8%71.76%-
XYZ32.6724.641.55-
YUV139.95145.52158.7-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 39.27%
GREEN value IS 112 (44.14% from 255) = 24.03%
BLUE value IS 171 (67.19% from 255) = 36.70%
R=39.27%
G=24.03%
B=36.70%

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
Decimal18311217100.390.070.28310.1433.0257.84
HexB770AB02771C136213a
Octal2671602530477344664172
Binary10110111111000010101011010011111111100100110110100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B770AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B770AB; }

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

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

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

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

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

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

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

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