#B6859E

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

Shades of Bouquet #B6859E

Tints of Bouquet #B6859E

Color information

#B6859E (or 0xB6859E) is unknown color: approx Bouquet. HEX triplet: B6, 85 and 9E. RGB value is (182,133,158). Sum of RGB (Red+Green+Blue) = 182+133+158=473 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.48% from 473); Green value is 133 (52.34% from 255 or 28.12% from 473); Blue value is 158 (62.11% from 255 or 33.40% from 473); Max value from RGB is 182 - color contains mainly: red. Hex color #B6859E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6859E is #497A61. Grayscale: #969696. Windows color (decimal): -4815458 or 10388918. OLE color: 10388918.

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

Color convert

RGB182133158-
CMYK00.270.130.29
HSL329.39º25.13%61.76%-
HSV(B)329.39º26.92%71.37%-
XYZ33.8529.1936.2-
YUV150.5132.23150.47-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.48%
GREEN value IS 133 (52.34% from 255) = 28.12%
BLUE value IS 158 (62.11% from 255) = 33.40%
R=38.48%
G=28.12%
B=33.40%

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
Decimal18213315800.270.130.29329.3925.1361.76
HexB6859E01BD1D149193e
Octal26620523603315355113176
Binary10110110100001011001111001101111011110110100100111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6859E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6859E; }

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

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

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

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

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

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

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

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