#B6859C

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

Shades of Bouquet #B6859C

Tints of Bouquet #B6859C

Color information

#B6859C (or 0xB6859C) is unknown color: approx Bouquet. HEX triplet: B6, 85 and 9C. RGB value is (182,133,156). Sum of RGB (Red+Green+Blue) = 182+133+156=471 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.64% from 471); Green value is 133 (52.34% from 255 or 28.24% from 471); Blue value is 156 (61.33% from 255 or 33.12% from 471); Max value from RGB is 182 - color contains mainly: red. Hex color #B6859C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6859C is #497A63. Grayscale: #969696. Windows color (decimal): -4815460 or 10257846. OLE color: 10257846.

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

Color convert

RGB182133156-
CMYK00.270.140.29
HSL331.84º25.13%61.76%-
HSV(B)331.84º26.92%71.37%-
XYZ33.6829.1235.3-
YUV150.27131.23150.63-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.64%
GREEN value IS 133 (52.34% from 255) = 28.24%
BLUE value IS 156 (61.33% from 255) = 33.12%
R=38.64%
G=28.24%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18213315600.270.140.29331.8425.1361.76
HexB6859C01BE1D14c193e
Octal26620523403316355143176
Binary10110110100001011001110001101111101110110100110011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6859C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6859C; }

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

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

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

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

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

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

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

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