#B8729F

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

Shades of Bouquet #B8729F

Tints of Bouquet #B8729F

Color information

#B8729F (or 0xB8729F) is unknown color: approx Bouquet. HEX triplet: B8, 72 and 9F. RGB value is (184,114,159). Sum of RGB (Red+Green+Blue) = 184+114+159=457 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.26% from 457); Green value is 114 (44.92% from 255 or 24.95% from 457); Blue value is 159 (62.5% from 255 or 34.79% from 457); Max value from RGB is 184 - color contains mainly: red. Hex color #B8729F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8729F is #478D60. Grayscale: #8B8B8B. Windows color (decimal): -4689249 or 10449592. OLE color: 10449592.

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

Color convert

RGB184114159-
CMYK00.380.140.28
HSL321.43º33.02%58.43%-
HSV(B)321.43º38.04%72.16%-
XYZ32.0424.7335.89-
YUV140.06138.69159.34-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.26%
GREEN value IS 114 (44.92% from 255) = 24.95%
BLUE value IS 159 (62.5% from 255) = 34.79%
R=40.26%
G=24.95%
B=34.79%

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
Decimal18411415900.380.140.28321.4333.0258.43
HexB8729F026E1C141213a
Octal27016223704616345014172
Binary101110001110010100111110100110111011100101000001100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8729F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8729F; }

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

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

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

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

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

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

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

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