#B6699B

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

Shades of Bouquet #B6699B

Tints of Bouquet #B6699B

Color information

#B6699B (or 0xB6699B) is unknown color: approx Bouquet. HEX triplet: B6, 69 and 9B. RGB value is (182,105,155). Sum of RGB (Red+Green+Blue) = 182+105+155=442 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.18% from 442); Green value is 105 (41.41% from 255 or 23.76% from 442); Blue value is 155 (60.94% from 255 or 35.07% from 442); Max value from RGB is 182 - color contains mainly: red. Hex color #B6699B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6699B is #499664. Grayscale: #858585. Windows color (decimal): -4822629 or 10185142. OLE color: 10185142.

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

Color convert

RGB182105155-
CMYK00.420.150.29
HSL321.04º34.53%56.27%-
HSV(B)321.04º42.31%71.37%-
XYZ30.2622.4133.74-
YUV133.72140.01162.43-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.18%
GREEN value IS 105 (41.41% from 255) = 23.76%
BLUE value IS 155 (60.94% from 255) = 35.07%
R=41.18%
G=23.76%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18210515500.420.150.29321.0434.5356.27
HexB6699B02AF1D1412338
Octal26615123305217355014370
Binary101101101101001100110110101010111111101101000001100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6699B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6699B; }

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

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

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

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

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

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

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

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