#B8719D

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

Shades of Bouquet #B8719D

Tints of Bouquet #B8719D

Color information

#B8719D (or 0xB8719D) is unknown color: approx Bouquet. HEX triplet: B8, 71 and 9D. RGB value is (184,113,157). Sum of RGB (Red+Green+Blue) = 184+113+157=454 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.53% from 454); Green value is 113 (44.53% from 255 or 24.89% from 454); Blue value is 157 (61.72% from 255 or 34.58% from 454); Max value from RGB is 184 - color contains mainly: red. Hex color #B8719D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8719D is #478E62. Grayscale: #8B8B8B. Windows color (decimal): -4689507 or 10318264. OLE color: 10318264.

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

Color convert

RGB184113157-
CMYK00.390.150.28
HSL322.82º33.33%58.24%-
HSV(B)322.82º38.59%72.16%-
XYZ31.7624.4334.94-
YUV139.24138.02159.92-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.53%
GREEN value IS 113 (44.53% from 255) = 24.89%
BLUE value IS 157 (61.72% from 255) = 34.58%
R=40.53%
G=24.89%
B=34.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.15
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18411315700.390.150.28322.8233.3358.24
HexB8719D027F1C143213a
Octal27016123504717345034172
Binary101110001110001100111010100111111111100101000011100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8719D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8719D; }

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

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

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

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

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

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

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

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