#B87DA4

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

Shades of Bouquet #B87DA4

Tints of Bouquet #B87DA4

Color information

#B87DA4 (or 0xB87DA4) is unknown color: approx Bouquet. HEX triplet: B8, 7D and A4. RGB value is (184,125,164). Sum of RGB (Red+Green+Blue) = 184+125+164=473 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.90% from 473); Green value is 125 (49.22% from 255 or 26.43% from 473); Blue value is 164 (64.45% from 255 or 34.67% from 473); Max value from RGB is 184 - color contains mainly: red. Hex color #B87DA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87DA4 is #47825B. Grayscale: #929292. Windows color (decimal): -4686428 or 10780088. OLE color: 10780088.

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

Color convert

RGB184125164-
CMYK00.320.110.28
HSL320.34º29.35%60.59%-
HSV(B)320.34º32.07%72.16%-
XYZ33.827.5438.66-
YUV147.09137.55154.33-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.90%
GREEN value IS 125 (49.22% from 255) = 26.43%
BLUE value IS 164 (64.45% from 255) = 34.67%
R=38.90%
G=26.43%
B=34.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.11
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18412516400.320.110.28320.3429.3560.59
HexB87DA4020B1C1401d3d
Octal27017524404013345003575
Binary10111000111110110100100010000010111110010100000011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87DA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87DA4; }

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

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

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

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

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

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

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

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