#B876A1

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

Shades of Bouquet #B876A1

Tints of Bouquet #B876A1

Color information

#B876A1 (or 0xB876A1) is unknown color: approx Bouquet. HEX triplet: B8, 76 and A1. RGB value is (184,118,161). Sum of RGB (Red+Green+Blue) = 184+118+161=463 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.74% from 463); Green value is 118 (46.48% from 255 or 25.49% from 463); Blue value is 161 (63.28% from 255 or 34.77% from 463); Max value from RGB is 184 - color contains mainly: red. Hex color #B876A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B876A1 is #47895E. Grayscale: #8E8E8E. Windows color (decimal): -4688223 or 10581688. OLE color: 10581688.

HSL color Cylindrical-coordinate representation of color #B876A1: hue angle of 320.91º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B876A1 is Cyan = 0, Magento = 0.36, Yellow = 0.12 and Black (K on CMYK) = 0.28.

Color convert

RGB184118161-
CMYK00.360.120.28
HSL320.91º31.73%59.22%-
HSV(B)320.91º35.87%72.16%-
XYZ32.6825.7236.96-
YUV142.64138.37157.5-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.74%
GREEN value IS 118 (46.48% from 255) = 25.49%
BLUE value IS 161 (63.28% from 255) = 34.77%
R=39.74%
G=25.49%
B=34.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.12
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18411816100.360.120.28320.9131.7359.22
HexB876A1024C1C141203b
Octal27016624104414345014073
Binary101110001110110101000010100100110011100101000001100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B876A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B876A1; }

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

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

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

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

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

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

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

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