#B6669D

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

Shades of Bouquet #B6669D

Tints of Bouquet #B6669D

Color information

#B6669D (or 0xB6669D) is unknown color: approx Bouquet. HEX triplet: B6, 66 and 9D. RGB value is (182,102,157). Sum of RGB (Red+Green+Blue) = 182+102+157=441 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.27% from 441); Green value is 102 (40.23% from 255 or 23.13% from 441); Blue value is 157 (61.72% from 255 or 35.60% from 441); Max value from RGB is 182 - color contains mainly: red. Hex color #B6669D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6669D is #499962. Grayscale: #848484. Windows color (decimal): -4823395 or 10315446. OLE color: 10315446.

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

Color convert

RGB182102157-
CMYK00.440.140.29
HSL318.75º35.4%55.69%-
HSV(B)318.75º43.96%71.37%-
XYZ30.1321.8834.53-
YUV132.19142163.53-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.27%
GREEN value IS 102 (40.23% from 255) = 23.13%
BLUE value IS 157 (61.72% from 255) = 35.60%
R=41.27%
G=23.13%
B=35.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18210215700.440.140.29318.7535.455.69
HexB6669D02CE1D13f2338
Octal26614623505416354774370
Binary101101101100110100111010101100111011101100111111100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6669D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6669D; }

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

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

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

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

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

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

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

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