#B6869E

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

Shades of Bouquet #B6869E

Tints of Bouquet #B6869E

Color information

#B6869E (or 0xB6869E) is unknown color: approx Bouquet. HEX triplet: B6, 86 and 9E. RGB value is (182,134,158). Sum of RGB (Red+Green+Blue) = 182+134+158=474 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.40% from 474); Green value is 134 (52.73% from 255 or 28.27% from 474); Blue value is 158 (62.11% from 255 or 33.33% from 474); Max value from RGB is 182 - color contains mainly: red. Hex color #B6869E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6869E is #497961. Grayscale: #979797. Windows color (decimal): -4815202 or 10389174. OLE color: 10389174.

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

Color convert

RGB182134158-
CMYK00.260.130.29
HSL330º24.74%61.96%-
HSV(B)330º26.37%71.37%-
XYZ33.9929.4636.24-
YUV151.09131.9150.05-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.40%
GREEN value IS 134 (52.73% from 255) = 28.27%
BLUE value IS 158 (62.11% from 255) = 33.33%
R=38.40%
G=28.27%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18213415800.260.130.2933024.7461.96
HexB6869E01AD1D14a193e
Octal26620623603215355123176
Binary10110110100001101001111001101011011110110100101011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6869E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6869E; }

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

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

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

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

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

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

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

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