#B6699D

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

Shades of Bouquet #B6699D

Tints of Bouquet #B6699D

Color information

#B6699D (or 0xB6699D) is unknown color: approx Bouquet. HEX triplet: B6, 69 and 9D. RGB value is (182,105,157). Sum of RGB (Red+Green+Blue) = 182+105+157=444 (58% of max value = 765). Red value is 182 (71.48% from 255 or 40.99% from 444); Green value is 105 (41.41% from 255 or 23.65% from 444); Blue value is 157 (61.72% from 255 or 35.36% from 444); Max value from RGB is 182 - color contains mainly: red. Hex color #B6699D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6699D is #499662. Grayscale: #858585. Windows color (decimal): -4822627 or 10316214. OLE color: 10316214.

HSL color Cylindrical-coordinate representation of color #B6699D: hue angle of 319.48º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B6699D is Cyan = 0, Magento = 0.42, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB182105157-
CMYK00.420.140.29
HSL319.48º34.53%56.27%-
HSV(B)319.48º42.31%71.37%-
XYZ30.4322.4834.63-
YUV133.95141.01162.27-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.99%
GREEN value IS 105 (41.41% from 255) = 23.65%
BLUE value IS 157 (61.72% from 255) = 35.36%
R=40.99%
G=23.65%
B=35.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18210515700.420.140.29319.4834.5356.27
HexB6699D02AE1D13f2338
Octal26615123505216354774370
Binary101101101101001100111010101010111011101100111111100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6699D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6699D; }

 p { color: rgb(182,105,157); }

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

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

 a { background-color: rgb(182,105,157); }

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

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

 span { border-color: rgb(182,105,157); }

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