#B8719A

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

Shades of Bouquet #B8719A

Tints of Bouquet #B8719A

Color information

#B8719A (or 0xB8719A) is unknown color: approx Bouquet. HEX triplet: B8, 71 and 9A. RGB value is (184,113,154). Sum of RGB (Red+Green+Blue) = 184+113+154=451 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.80% from 451); Green value is 113 (44.53% from 255 or 25.06% from 451); Blue value is 154 (60.55% from 255 or 34.15% from 451); Max value from RGB is 184 - color contains mainly: red. Hex color #B8719A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8719A is #478E65. Grayscale: #8A8A8A. Windows color (decimal): -4689510 or 10121656. OLE color: 10121656.

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

Color convert

RGB184113154-
CMYK00.390.160.28
HSL325.35º33.33%58.24%-
HSV(B)325.35º38.59%72.16%-
XYZ31.5124.3333.61-
YUV138.9136.52160.17-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.80%
GREEN value IS 113 (44.53% from 255) = 25.06%
BLUE value IS 154 (60.55% from 255) = 34.15%
R=40.80%
G=25.06%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.16
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18411315400.390.160.28325.3533.3358.24
HexB8719A027101C145213a
Octal27016123204720345054172
Binary1011100011100011001101001001111000011100101000101100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8719A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8719A; }

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

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

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

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

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

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

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

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