#B87A96

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

Shades of Bouquet #B87A96

Tints of Bouquet #B87A96

Color information

#B87A96 (or 0xB87A96) is unknown color: approx Bouquet. HEX triplet: B8, 7A and 96. RGB value is (184,122,150). Sum of RGB (Red+Green+Blue) = 184+122+150=456 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.35% from 456); Green value is 122 (48.05% from 255 or 26.75% from 456); Blue value is 150 (58.98% from 255 or 32.89% from 456); Max value from RGB is 184 - color contains mainly: red. Hex color #B87A96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87A96 is #478569. Grayscale: #8F8F8F. Windows color (decimal): -4687210 or 9861816. OLE color: 9861816.

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

Color convert

RGB184122150-
CMYK00.340.180.28
HSL332.9º30.39%60%-
HSV(B)332.9º33.7%72.16%-
XYZ32.2326.3132.23-
YUV143.73131.54156.72-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.35%
GREEN value IS 122 (48.05% from 255) = 26.75%
BLUE value IS 150 (58.98% from 255) = 32.89%
R=40.35%
G=26.75%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.18
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18412215000.340.180.28332.930.3960
HexB87A96022121C14d1e3c
Octal27017222604222345153674
Binary101110001111010100101100100010100101110010100110111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87A96; }

 p { color: rgb(184,122,150); }

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

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

 a { background-color: rgb(184,122,150); }

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

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

 span { border-color: rgb(184,122,150); }

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