#B87A97

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

Shades of Bouquet #B87A97

Tints of Bouquet #B87A97

Color information

#B87A97 (or 0xB87A97) is unknown color: approx Bouquet. HEX triplet: B8, 7A and 97. RGB value is (184,122,151). Sum of RGB (Red+Green+Blue) = 184+122+151=457 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.26% from 457); Green value is 122 (48.05% from 255 or 26.70% from 457); Blue value is 151 (59.38% from 255 or 33.04% from 457); Max value from RGB is 184 - color contains mainly: red. Hex color #B87A97 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87A97 is #478568. Grayscale: #8F8F8F. Windows color (decimal): -4687209 or 9927352. OLE color: 9927352.

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

Color convert

RGB184122151-
CMYK00.340.180.28
HSL331.94º30.39%60%-
HSV(B)331.94º33.7%72.16%-
XYZ32.3126.3432.66-
YUV143.84132.04156.64-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.26%
GREEN value IS 122 (48.05% from 255) = 26.70%
BLUE value IS 151 (59.38% from 255) = 33.04%
R=40.26%
G=26.70%
B=33.04%

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
Decimal18412215100.340.180.28331.9430.3960
HexB87A97022121C14c1e3c
Octal27017222704222345143674
Binary101110001111010100101110100010100101110010100110011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87A97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87A97; }

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

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

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

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

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

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

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

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