#B87D96

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

Shades of Bouquet #B87D96

Tints of Bouquet #B87D96

Color information

#B87D96 (or 0xB87D96) is unknown color: approx Bouquet. HEX triplet: B8, 7D and 96. RGB value is (184,125,150). Sum of RGB (Red+Green+Blue) = 184+125+150=459 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.09% from 459); Green value is 125 (49.22% from 255 or 27.23% from 459); Blue value is 150 (58.98% from 255 or 32.68% from 459); Max value from RGB is 184 - color contains mainly: red. Hex color #B87D96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87D96 is #478269. Grayscale: #919191. Windows color (decimal): -4686442 or 9862584. OLE color: 9862584.

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

Color convert

RGB184125150-
CMYK00.320.180.28
HSL334.58º29.35%60.59%-
HSV(B)334.58º32.07%72.16%-
XYZ32.6127.0632.36-
YUV145.49130.55155.47-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.09%
GREEN value IS 125 (49.22% from 255) = 27.23%
BLUE value IS 150 (58.98% from 255) = 32.68%
R=40.09%
G=27.23%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.18
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18412515000.320.180.28334.5829.3560.59
HexB87D96020121C14f1d3d
Octal27017522604022345173575
Binary101110001111101100101100100000100101110010100111111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87D96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87D96; }

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

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

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

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

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

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

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

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