#B87DA5

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

Shades of Bouquet #B87DA5

Tints of Bouquet #B87DA5

Color information

#B87DA5 (or 0xB87DA5) is unknown color: approx Bouquet. HEX triplet: B8, 7D and A5. RGB value is (184,125,165). Sum of RGB (Red+Green+Blue) = 184+125+165=474 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.82% from 474); Green value is 125 (49.22% from 255 or 26.37% from 474); Blue value is 165 (64.84% from 255 or 34.81% from 474); Max value from RGB is 184 - color contains mainly: red. Hex color #B87DA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87DA5 is #47825A. Grayscale: #939393. Windows color (decimal): -4686427 or 10845624. OLE color: 10845624.

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

Color convert

RGB184125165-
CMYK00.320.100.28
HSL319.32º29.35%60.59%-
HSV(B)319.32º32.07%72.16%-
XYZ33.8927.5739.13-
YUV147.2138.05154.25-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.82%
GREEN value IS 125 (49.22% from 255) = 26.37%
BLUE value IS 165 (64.84% from 255) = 34.81%
R=38.82%
G=26.37%
B=34.81%

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
Decimal18412516500.320.100.28319.3229.3560.59
HexB87DA5020A1C13f1d3d
Octal27017524504012344773575
Binary10111000111110110100101010000010101110010011111111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87DA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87DA5; }

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

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

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

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

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

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

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

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