#B6879C

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

Shades of Bouquet #B6879C

Tints of Bouquet #B6879C

Color information

#B6879C (or 0xB6879C) is unknown color: approx Bouquet. HEX triplet: B6, 87 and 9C. RGB value is (182,135,156). Sum of RGB (Red+Green+Blue) = 182+135+156=473 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.48% from 473); Green value is 135 (53.12% from 255 or 28.54% from 473); Blue value is 156 (61.33% from 255 or 32.98% from 473); Max value from RGB is 182 - color contains mainly: red. Hex color #B6879C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6879C is #497863. Grayscale: #979797. Windows color (decimal): -4814948 or 10258358. OLE color: 10258358.

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

Color convert

RGB182135156-
CMYK00.260.140.29
HSL333.19º24.35%62.16%-
HSV(B)333.19º25.82%71.37%-
XYZ33.9629.6735.39-
YUV151.45130.57149.79-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.48%
GREEN value IS 135 (53.12% from 255) = 28.54%
BLUE value IS 156 (61.33% from 255) = 32.98%
R=38.48%
G=28.54%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18213515600.260.140.29333.1924.3562.16
HexB6879C01AE1D14d183e
Octal26620723403216355153076
Binary10110110100001111001110001101011101110110100110111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6879C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6879C; }

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

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

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

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

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

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

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

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