#B871A2

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

Shades of Bouquet #B871A2

Tints of Bouquet #B871A2

Color information

#B871A2 (or 0xB871A2) is unknown color: approx Bouquet. HEX triplet: B8, 71 and A2. RGB value is (184,113,162). Sum of RGB (Red+Green+Blue) = 184+113+162=459 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.09% from 459); Green value is 113 (44.53% from 255 or 24.62% from 459); Blue value is 162 (63.67% from 255 or 35.29% from 459); Max value from RGB is 184 - color contains mainly: red. Hex color #B871A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B871A2 is #478E5D. Grayscale: #8B8B8B. Windows color (decimal): -4689502 or 10645944. OLE color: 10645944.

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

Color convert

RGB184113162-
CMYK00.390.120.28
HSL318.59º33.33%58.24%-
HSV(B)318.59º38.59%72.16%-
XYZ32.1924.6137.24-
YUV139.82140.52159.52-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.09%
GREEN value IS 113 (44.53% from 255) = 24.62%
BLUE value IS 162 (63.67% from 255) = 35.29%
R=40.09%
G=24.62%
B=35.29%

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
Decimal18411316200.390.120.28318.5933.3358.24
HexB871A2027C1C13f213a
Octal27016124204714344774172
Binary101110001110001101000100100111110011100100111111100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B871A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B871A2; }

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

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

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

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

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

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

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

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