#B87B9D

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

Shades of Bouquet #B87B9D

Tints of Bouquet #B87B9D

Color information

#B87B9D (or 0xB87B9D) is unknown color: approx Bouquet. HEX triplet: B8, 7B and 9D. RGB value is (184,123,157). Sum of RGB (Red+Green+Blue) = 184+123+157=464 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.66% from 464); Green value is 123 (48.44% from 255 or 26.51% from 464); Blue value is 157 (61.72% from 255 or 33.84% from 464); Max value from RGB is 184 - color contains mainly: red. Hex color #B87B9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87B9D is #478462. Grayscale: #919191. Windows color (decimal): -4686947 or 10320824. OLE color: 10320824.

HSL color Cylindrical-coordinate representation of color #B87B9D: hue angle of 326.56º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B87B9D is Cyan = 0, Magento = 0.33, Yellow = 0.15 and Black (K on CMYK) = 0.28.

Color convert

RGB184123157-
CMYK00.330.150.28
HSL326.56º30.05%60.2%-
HSV(B)326.56º33.15%72.16%-
XYZ32.9426.7935.33-
YUV145.11134.71155.74-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.66%
GREEN value IS 123 (48.44% from 255) = 26.51%
BLUE value IS 157 (61.72% from 255) = 33.84%
R=39.66%
G=26.51%
B=33.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.15
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18412315700.330.150.28326.5630.0560.2
HexB87B9D021F1C1471e3c
Octal27017323504117345073674
Binary10111000111101110011101010000111111110010100011111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87B9D; }

 p { color: rgb(184,123,157); }

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

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

 a { background-color: rgb(184,123,157); }

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

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

 span { border-color: rgb(184,123,157); }

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