#B6879F

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

Shades of Bouquet #B6879F

Tints of Bouquet #B6879F

Color information

#B6879F (or 0xB6879F) is unknown color: approx Bouquet. HEX triplet: B6, 87 and 9F. RGB value is (182,135,159). Sum of RGB (Red+Green+Blue) = 182+135+159=476 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.24% from 476); Green value is 135 (53.12% from 255 or 28.36% from 476); Blue value is 159 (62.5% from 255 or 33.40% from 476); Max value from RGB is 182 - color contains mainly: red. Hex color #B6879F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6879F is #497860. Grayscale: #979797. Windows color (decimal): -4814945 or 10454966. OLE color: 10454966.

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

Color convert

RGB182135159-
CMYK00.260.130.29
HSL329.36º24.35%62.16%-
HSV(B)329.36º25.82%71.37%-
XYZ34.2129.7836.75-
YUV151.79132.07149.55-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.24%
GREEN value IS 135 (53.12% from 255) = 28.36%
BLUE value IS 159 (62.5% from 255) = 33.40%
R=38.24%
G=28.36%
B=33.40%

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
Decimal18213515900.260.130.29329.3624.3562.16
HexB6879F01AD1D149183e
Octal26620723703215355113076
Binary10110110100001111001111101101011011110110100100111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6879F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6879F; }

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

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

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

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

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

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

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

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