#B6849F

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

Shades of Bouquet #B6849F

Tints of Bouquet #B6849F

Color information

#B6849F (or 0xB6849F) is unknown color: approx Bouquet. HEX triplet: B6, 84 and 9F. RGB value is (182,132,159). Sum of RGB (Red+Green+Blue) = 182+132+159=473 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.48% from 473); Green value is 132 (51.95% from 255 or 27.91% from 473); Blue value is 159 (62.5% from 255 or 33.62% from 473); Max value from RGB is 182 - color contains mainly: red. Hex color #B6849F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6849F is #497B60. Grayscale: #959595. Windows color (decimal): -4815713 or 10454198. OLE color: 10454198.

HSL color Cylindrical-coordinate representation of color #B6849F: hue angle of 327.6º 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 #B6849F is Cyan = 0, Magento = 0.27, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB182132159-
CMYK00.270.130.29
HSL327.6º25.51%61.57%-
HSV(B)327.6º27.47%71.37%-
XYZ33.828.9536.61-
YUV150.03133.06150.8-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.48%
GREEN value IS 132 (51.95% from 255) = 27.91%
BLUE value IS 159 (62.5% from 255) = 33.62%
R=38.48%
G=27.91%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18213215900.270.130.29327.625.5161.57
HexB6849F01BD1D1481a3e
Octal26620423703315355103276
Binary10110110100001001001111101101111011110110100100011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6849F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6849F; }

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

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

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

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

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

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

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

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