#B8729E

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

Shades of Bouquet #B8729E

Tints of Bouquet #B8729E

Color information

#B8729E (or 0xB8729E) is unknown color: approx Bouquet. HEX triplet: B8, 72 and 9E. RGB value is (184,114,158). Sum of RGB (Red+Green+Blue) = 184+114+158=456 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.35% from 456); Green value is 114 (44.92% from 255 or 25% from 456); Blue value is 158 (62.11% from 255 or 34.65% from 456); Max value from RGB is 184 - color contains mainly: red. Hex color #B8729E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8729E is #478D61. Grayscale: #8B8B8B. Windows color (decimal): -4689250 or 10384056. OLE color: 10384056.

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

Color convert

RGB184114158-
CMYK00.380.140.28
HSL322.29º33.02%58.43%-
HSV(B)322.29º38.04%72.16%-
XYZ31.9624.6935.43-
YUV139.95138.19159.42-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.35%
GREEN value IS 114 (44.92% from 255) = 25%
BLUE value IS 158 (62.11% from 255) = 34.65%
R=40.35%
G=25%
B=34.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.14
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18411415800.380.140.28322.2933.0258.43
HexB8729E026E1C142213a
Octal27016223604616345024172
Binary101110001110010100111100100110111011100101000010100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8729E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8729E; }

 p { color: rgb(184,114,158); }

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

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

 a { background-color: rgb(184,114,158); }

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

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

 span { border-color: rgb(184,114,158); }

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