#B6809D

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

Shades of Bouquet #B6809D

Tints of Bouquet #B6809D

Color information

#B6809D (or 0xB6809D) is unknown color: approx Bouquet. HEX triplet: B6, 80 and 9D. RGB value is (182,128,157). Sum of RGB (Red+Green+Blue) = 182+128+157=467 (61% of max value = 765). Red value is 182 (71.48% from 255 or 38.97% from 467); Green value is 128 (50.39% from 255 or 27.41% from 467); Blue value is 157 (61.72% from 255 or 33.62% from 467); Max value from RGB is 182 - color contains mainly: red. Hex color #B6809D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6809D is #497F62. Grayscale: #939393. Windows color (decimal): -4816739 or 10322102. OLE color: 10322102.

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

Color convert

RGB182128157-
CMYK00.300.140.29
HSL327.78º27%60.78%-
HSV(B)327.78º29.67%71.37%-
XYZ33.127.8235.52-
YUV147.45133.39152.64-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.97%
GREEN value IS 128 (50.39% from 255) = 27.41%
BLUE value IS 157 (61.72% from 255) = 33.62%
R=38.97%
G=27.41%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18212815700.300.140.29327.782760.78
HexB6809D01EE1D1481b3d
Octal26620023503616355103375
Binary10110110100000001001110101111011101110110100100011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6809D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6809D; }

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

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

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

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

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

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

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

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