#B6849C

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

Shades of Bouquet #B6849C

Tints of Bouquet #B6849C

Color information

#B6849C (or 0xB6849C) is unknown color: approx Bouquet. HEX triplet: B6, 84 and 9C. RGB value is (182,132,156). Sum of RGB (Red+Green+Blue) = 182+132+156=470 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.72% from 470); Green value is 132 (51.95% from 255 or 28.09% from 470); Blue value is 156 (61.33% from 255 or 33.19% from 470); Max value from RGB is 182 - color contains mainly: red. Hex color #B6849C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6849C is #497B63. Grayscale: #959595. Windows color (decimal): -4815716 or 10257590. OLE color: 10257590.

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

Color convert

RGB182132156-
CMYK00.270.140.29
HSL331.2º25.51%61.57%-
HSV(B)331.2º27.47%71.37%-
XYZ33.5428.8535.25-
YUV149.69131.56151.05-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.72%
GREEN value IS 132 (51.95% from 255) = 28.09%
BLUE value IS 156 (61.33% from 255) = 33.19%
R=38.72%
G=28.09%
B=33.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18213215600.270.140.29331.225.5161.57
HexB6849C01BE1D14b1a3e
Octal26620423403316355133276
Binary10110110100001001001110001101111101110110100101111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6849C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6849C; }

 p { color: rgb(182,132,156); }

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

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

 a { background-color: rgb(182,132,156); }

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

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

 span { border-color: rgb(182,132,156); }

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