#B686A5

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

Shades of Bouquet #B686A5

Tints of Bouquet #B686A5

Color information

#B686A5 (or 0xB686A5) is unknown color: approx Bouquet. HEX triplet: B6, 86 and A5. RGB value is (182,134,165). Sum of RGB (Red+Green+Blue) = 182+134+165=481 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.84% from 481); Green value is 134 (52.73% from 255 or 27.86% from 481); Blue value is 165 (64.84% from 255 or 34.30% from 481); Max value from RGB is 182 - color contains mainly: red. Hex color #B686A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B686A5 is #49795A. Grayscale: #979797. Windows color (decimal): -4815195 or 10847926. OLE color: 10847926.

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

Color convert

RGB182134165-
CMYK00.260.090.29
HSL321.25º24.74%61.96%-
HSV(B)321.25º26.37%71.37%-
XYZ34.6129.7139.51-
YUV151.89135.4149.48-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.84%
GREEN value IS 134 (52.73% from 255) = 27.86%
BLUE value IS 165 (64.84% from 255) = 34.30%
R=37.84%
G=27.86%
B=34.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.09
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18213416500.260.090.29321.2524.7461.96
HexB686A501A91D141193e
Octal26620624503211355013176
Binary10110110100001101010010101101010011110110100000111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B686A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B686A5; }

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

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

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

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

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

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

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

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