#B8729A

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

Shades of Bouquet #B8729A

Tints of Bouquet #B8729A

Color information

#B8729A (or 0xB8729A) is unknown color: approx Bouquet. HEX triplet: B8, 72 and 9A. RGB value is (184,114,154). Sum of RGB (Red+Green+Blue) = 184+114+154=452 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.71% from 452); Green value is 114 (44.92% from 255 or 25.22% from 452); Blue value is 154 (60.55% from 255 or 34.07% from 452); Max value from RGB is 184 - color contains mainly: red. Hex color #B8729A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8729A is #478D65. Grayscale: #8B8B8B. Windows color (decimal): -4689254 or 10121912. OLE color: 10121912.

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

Color convert

RGB184114154-
CMYK00.380.160.28
HSL325.71º33.02%58.43%-
HSV(B)325.71º38.04%72.16%-
XYZ31.6224.5633.65-
YUV139.49136.19159.75-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.71%
GREEN value IS 114 (44.92% from 255) = 25.22%
BLUE value IS 154 (60.55% from 255) = 34.07%
R=40.71%
G=25.22%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.16
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18411415400.380.160.28325.7133.0258.43
HexB8729A026101C146213a
Octal27016223204620345064172
Binary1011100011100101001101001001101000011100101000110100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8729A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8729A; }

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

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

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

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

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

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

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

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