#B871AB

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

Shades of Bouquet #B871AB

Tints of Bouquet #B871AB

Color information

#B871AB (or 0xB871AB) is unknown color: approx Bouquet. HEX triplet: B8, 71 and AB. RGB value is (184,113,171). Sum of RGB (Red+Green+Blue) = 184+113+171=468 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.32% from 468); Green value is 113 (44.53% from 255 or 24.15% from 468); Blue value is 171 (67.19% from 255 or 36.54% from 468); Max value from RGB is 184 - color contains mainly: red. Hex color #B871AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B871AB is #478E54. Grayscale: #8C8C8C. Windows color (decimal): -4689493 or 11235768. OLE color: 11235768.

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

Color convert

RGB184113171-
CMYK00.390.070.28
HSL310.99º33.33%58.24%-
HSV(B)310.99º38.59%72.16%-
XYZ33.0224.9441.6-
YUV140.84145.02158.78-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.32%
GREEN value IS 113 (44.53% from 255) = 24.15%
BLUE value IS 171 (67.19% from 255) = 36.54%
R=39.32%
G=24.15%
B=36.54%

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
Decimal18411317100.390.070.28310.9933.3358.24
HexB871AB02771C137213a
Octal2701612530477344674172
Binary10111000111000110101011010011111111100100110111100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B871AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B871AB; }

 p { color: rgb(184,113,171); }

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

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

 a { background-color: rgb(184,113,171); }

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

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

 span { border-color: rgb(184,113,171); }

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