#B6759E

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

Shades of Bouquet #B6759E

Tints of Bouquet #B6759E

Color information

#B6759E (or 0xB6759E) is unknown color: approx Bouquet. HEX triplet: B6, 75 and 9E. RGB value is (182,117,158). Sum of RGB (Red+Green+Blue) = 182+117+158=457 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.82% from 457); Green value is 117 (46.09% from 255 or 25.60% from 457); Blue value is 158 (62.11% from 255 or 34.57% from 457); Max value from RGB is 182 - color contains mainly: red. Hex color #B6759E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6759E is #498A61. Grayscale: #8D8D8D. Windows color (decimal): -4819554 or 10384822. OLE color: 10384822.

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

Color convert

RGB182117158-
CMYK00.360.130.29
HSL322.15º30.81%58.63%-
HSV(B)322.15º35.71%71.37%-
XYZ31.8225.1435.52-
YUV141.11137.53157.17-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.82%
GREEN value IS 117 (46.09% from 255) = 25.60%
BLUE value IS 158 (62.11% from 255) = 34.57%
R=39.82%
G=25.60%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18211715800.360.130.29322.1530.8158.63
HexB6759E024D1D1421f3b
Octal26616523604415355023773
Binary10110110111010110011110010010011011110110100001011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6759E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6759E; }

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

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

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

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

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

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

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

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