#B878A0

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

Shades of Bouquet #B878A0

Tints of Bouquet #B878A0

Color information

#B878A0 (or 0xB878A0) is unknown color: approx Bouquet. HEX triplet: B8, 78 and A0. RGB value is (184,120,160). Sum of RGB (Red+Green+Blue) = 184+120+160=464 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.66% from 464); Green value is 120 (47.27% from 255 or 25.86% from 464); Blue value is 160 (62.89% from 255 or 34.48% from 464); Max value from RGB is 184 - color contains mainly: red. Hex color #B878A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B878A0 is #47875F. Grayscale: #8F8F8F. Windows color (decimal): -4687712 or 10516664. OLE color: 10516664.

HSL color Cylindrical-coordinate representation of color #B878A0: hue angle of 322.5º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B878A0 is Cyan = 0, Magento = 0.35, Yellow = 0.13 and Black (K on CMYK) = 0.28.

Color convert

RGB184120160-
CMYK00.350.130.28
HSL322.5º31.07%59.61%-
HSV(B)322.5º34.78%72.16%-
XYZ32.8326.1636.58-
YUV143.7137.2156.75-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.66%
GREEN value IS 120 (47.27% from 255) = 25.86%
BLUE value IS 160 (62.89% from 255) = 34.48%
R=39.66%
G=25.86%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.13
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18412016000.350.130.28322.531.0759.61
HexB878A0023D1C1421f3c
Octal27017024004315345023774
Binary10111000111100010100000010001111011110010100001011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B878A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B878A0; }

 p { color: rgb(184,120,160); }

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

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

 a { background-color: rgb(184,120,160); }

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

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

 span { border-color: rgb(184,120,160); }

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