#B871A1

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

Shades of Bouquet #B871A1

Tints of Bouquet #B871A1

Color information

#B871A1 (or 0xB871A1) is unknown color: approx Bouquet. HEX triplet: B8, 71 and A1. RGB value is (184,113,161). Sum of RGB (Red+Green+Blue) = 184+113+161=458 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.17% from 458); Green value is 113 (44.53% from 255 or 24.67% from 458); Blue value is 161 (63.28% from 255 or 35.15% from 458); Max value from RGB is 184 - color contains mainly: red. Hex color #B871A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B871A1 is #478E5E. Grayscale: #8B8B8B. Windows color (decimal): -4689503 or 10580408. OLE color: 10580408.

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

Color convert

RGB184113161-
CMYK00.390.120.28
HSL319.44º33.33%58.24%-
HSV(B)319.44º38.59%72.16%-
XYZ32.1124.5736.77-
YUV139.7140.02159.6-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.17%
GREEN value IS 113 (44.53% from 255) = 24.67%
BLUE value IS 161 (63.28% from 255) = 35.15%
R=40.17%
G=24.67%
B=35.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.12
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18411316100.390.120.28319.4433.3358.24
HexB871A1027C1C13f213a
Octal27016124104714344774172
Binary101110001110001101000010100111110011100100111111100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B871A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B871A1; }

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

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

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

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

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

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

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

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