#B6749D

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

Shades of Bouquet #B6749D

Tints of Bouquet #B6749D

Color information

#B6749D (or 0xB6749D) is unknown color: approx Bouquet. HEX triplet: B6, 74 and 9D. RGB value is (182,116,157). Sum of RGB (Red+Green+Blue) = 182+116+157=455 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40% from 455); Green value is 116 (45.70% from 255 or 25.49% from 455); Blue value is 157 (61.72% from 255 or 34.51% from 455); Max value from RGB is 182 - color contains mainly: red. Hex color #B6749D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6749D is #498B62. Grayscale: #8C8C8C. Windows color (decimal): -4819811 or 10319030. OLE color: 10319030.

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

Color convert

RGB182116157-
CMYK00.360.140.29
HSL322.73º31.13%58.43%-
HSV(B)322.73º36.26%71.37%-
XYZ31.6224.8735.03-
YUV140.41137.37157.67-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40%
GREEN value IS 116 (45.70% from 255) = 25.49%
BLUE value IS 157 (61.72% from 255) = 34.51%
R=40%
G=25.49%
B=34.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18211615700.360.140.29322.7331.1358.43
HexB6749D024E1D1431f3a
Octal26616423504416355033772
Binary10110110111010010011101010010011101110110100001111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6749D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6749D; }

 p { color: rgb(182,116,157); }

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

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

 a { background-color: rgb(182,116,157); }

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

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

 span { border-color: rgb(182,116,157); }

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