#B6729E

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

Shades of Bouquet #B6729E

Tints of Bouquet #B6729E

Color information

#B6729E (or 0xB6729E) is unknown color: approx Bouquet. HEX triplet: B6, 72 and 9E. RGB value is (182,114,158). Sum of RGB (Red+Green+Blue) = 182+114+158=454 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40.09% from 454); Green value is 114 (44.92% from 255 or 25.11% from 454); Blue value is 158 (62.11% from 255 or 34.80% from 454); Max value from RGB is 182 - color contains mainly: red. Hex color #B6729E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6729E is #498D61. Grayscale: #8B8B8B. Windows color (decimal): -4820322 or 10384054. OLE color: 10384054.

HSL color Cylindrical-coordinate representation of color #B6729E: hue angle of 321.18º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B6729E is Cyan = 0, Magento = 0.37, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB182114158-
CMYK00.370.130.29
HSL321.18º31.78%58.04%-
HSV(B)321.18º37.36%71.37%-
XYZ31.4824.4535.41-
YUV139.35138.53158.42-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.09%
GREEN value IS 114 (44.92% from 255) = 25.11%
BLUE value IS 158 (62.11% from 255) = 34.80%
R=40.09%
G=25.11%
B=34.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18211415800.370.130.29321.1831.7858.04
HexB6729E025D1D141203a
Octal26616223604515355014072
Binary101101101110010100111100100101110111101101000001100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6729E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6729E; }

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

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

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

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

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

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

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

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