#B87DA6

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

Shades of Bouquet #B87DA6

Tints of Bouquet #B87DA6

Color information

#B87DA6 (or 0xB87DA6) is unknown color: approx Bouquet. HEX triplet: B8, 7D and A6. RGB value is (184,125,166). Sum of RGB (Red+Green+Blue) = 184+125+166=475 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.74% from 475); Green value is 125 (49.22% from 255 or 26.32% from 475); Blue value is 166 (65.23% from 255 or 34.95% from 475); Max value from RGB is 184 - color contains mainly: red. Hex color #B87DA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87DA6 is #478259. Grayscale: #939393. Windows color (decimal): -4686426 or 10911160. OLE color: 10911160.

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

Color convert

RGB184125166-
CMYK00.320.100.28
HSL318.31º29.35%60.59%-
HSV(B)318.31º32.07%72.16%-
XYZ33.9827.6139.61-
YUV147.32138.55154.17-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.74%
GREEN value IS 125 (49.22% from 255) = 26.32%
BLUE value IS 166 (65.23% from 255) = 34.95%
R=38.74%
G=26.32%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.10
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18412516600.320.100.28318.3129.3560.59
HexB87DA6020A1C13e1d3d
Octal27017524604012344763575
Binary10111000111110110100110010000010101110010011111011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87DA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87DA6; }

 p { color: rgb(184,125,166); }

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

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

 a { background-color: rgb(184,125,166); }

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

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

 span { border-color: rgb(184,125,166); }

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