#B87F9E

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

Shades of Bouquet #B87F9E

Tints of Bouquet #B87F9E

Color information

#B87F9E (or 0xB87F9E) is unknown color: approx Bouquet. HEX triplet: B8, 7F and 9E. RGB value is (184,127,158). Sum of RGB (Red+Green+Blue) = 184+127+158=469 (62% of max value = 765). Red value is 184 (72.27% from 255 or 39.23% from 469); Green value is 127 (50% from 255 or 27.08% from 469); Blue value is 158 (62.11% from 255 or 33.69% from 469); Max value from RGB is 184 - color contains mainly: red. Hex color #B87F9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87F9E is #478061. Grayscale: #939393. Windows color (decimal): -4685922 or 10387384. OLE color: 10387384.

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

Color convert

RGB184127158-
CMYK00.310.140.28
HSL327.37º28.64%60.98%-
HSV(B)327.37º30.98%72.16%-
XYZ33.5327.8435.95-
YUV147.58133.88153.98-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.23%
GREEN value IS 127 (50% from 255) = 27.08%
BLUE value IS 158 (62.11% from 255) = 33.69%
R=39.23%
G=27.08%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.14
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18412715800.310.140.28327.3728.6460.98
HexB87F9E01FE1C1471d3d
Octal27017723603716345073575
Binary1011100011111111001111001111111101110010100011111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87F9E; }

 p { color: rgb(184,127,158); }

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

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

 a { background-color: rgb(184,127,158); }

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

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

 span { border-color: rgb(184,127,158); }

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