#B87198

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

Shades of Bouquet #B87198

Tints of Bouquet #B87198

Color information

#B87198 (or 0xB87198) is unknown color: approx Bouquet. HEX triplet: B8, 71 and 98. RGB value is (184,113,152). Sum of RGB (Red+Green+Blue) = 184+113+152=449 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.98% from 449); Green value is 113 (44.53% from 255 or 25.17% from 449); Blue value is 152 (59.77% from 255 or 33.85% from 449); Max value from RGB is 184 - color contains mainly: red. Hex color #B87198 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87198 is #478E67. Grayscale: #8A8A8A. Windows color (decimal): -4689512 or 9990584. OLE color: 9990584.

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

Color convert

RGB184113152-
CMYK00.390.170.28
HSL327.04º33.33%58.24%-
HSV(B)327.04º38.59%72.16%-
XYZ31.3424.2732.74-
YUV138.68135.52160.33-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.98%
GREEN value IS 113 (44.53% from 255) = 25.17%
BLUE value IS 152 (59.77% from 255) = 33.85%
R=40.98%
G=25.17%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.17
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18411315200.390.170.28327.0433.3358.24
HexB87198027111C147213a
Octal27016123004721345074172
Binary1011100011100011001100001001111000111100101000111100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87198; }

 p { color: rgb(184,113,152); }

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

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

 a { background-color: rgb(184,113,152); }

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

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

 span { border-color: rgb(184,113,152); }

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