#B6669F

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

Shades of Bouquet #B6669F

Tints of Bouquet #B6669F

Color information

#B6669F (or 0xB6669F) is unknown color: approx Bouquet. HEX triplet: B6, 66 and 9F. RGB value is (182,102,159). Sum of RGB (Red+Green+Blue) = 182+102+159=443 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.08% from 443); Green value is 102 (40.23% from 255 or 23.02% from 443); Blue value is 159 (62.5% from 255 or 35.89% from 443); Max value from RGB is 182 - color contains mainly: red. Hex color #B6669F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6669F is #499960. Grayscale: #848484. Windows color (decimal): -4823393 or 10446518. OLE color: 10446518.

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

Color convert

RGB182102159-
CMYK00.440.130.29
HSL317.25º35.4%55.69%-
HSV(B)317.25º43.96%71.37%-
XYZ30.321.9535.44-
YUV132.42143163.37-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.08%
GREEN value IS 102 (40.23% from 255) = 23.02%
BLUE value IS 159 (62.5% from 255) = 35.89%
R=41.08%
G=23.02%
B=35.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18210215900.440.130.29317.2535.455.69
HexB6669F02CD1D13d2338
Octal26614623705415354754370
Binary101101101100110100111110101100110111101100111101100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6669F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6669F; }

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

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

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

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

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

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

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

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