#B8729B

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

Shades of Bouquet #B8729B

Tints of Bouquet #B8729B

Color information

#B8729B (or 0xB8729B) is unknown color: approx Bouquet. HEX triplet: B8, 72 and 9B. RGB value is (184,114,155). Sum of RGB (Red+Green+Blue) = 184+114+155=453 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.62% from 453); Green value is 114 (44.92% from 255 or 25.17% from 453); Blue value is 155 (60.94% from 255 or 34.22% from 453); Max value from RGB is 184 - color contains mainly: red. Hex color #B8729B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8729B is #478D64. Grayscale: #8B8B8B. Windows color (decimal): -4689253 or 10187448. OLE color: 10187448.

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

Color convert

RGB184114155-
CMYK00.380.160.28
HSL324.86º33.02%58.43%-
HSV(B)324.86º38.04%72.16%-
XYZ31.724.5934.09-
YUV139.6136.69159.67-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.62%
GREEN value IS 114 (44.92% from 255) = 25.17%
BLUE value IS 155 (60.94% from 255) = 34.22%
R=40.62%
G=25.17%
B=34.22%

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
Decimal18411415500.380.160.28324.8633.0258.43
HexB8729B026101C145213a
Octal27016223304620345054172
Binary1011100011100101001101101001101000011100101000101100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8729B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8729B; }

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

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

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

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

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

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

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

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