#B66F9F

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

Shades of Bouquet #B66F9F

Tints of Bouquet #B66F9F

Color information

#B66F9F (or 0xB66F9F) is unknown color: approx Bouquet. HEX triplet: B6, 6F and 9F. RGB value is (182,111,159). Sum of RGB (Red+Green+Blue) = 182+111+159=452 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.27% from 452); Green value is 111 (43.75% from 255 or 24.56% from 452); Blue value is 159 (62.5% from 255 or 35.18% from 452); Max value from RGB is 182 - color contains mainly: red. Hex color #B66F9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B66F9F is #499060. Grayscale: #898989. Windows color (decimal): -4821089 or 10448822. OLE color: 10448822.

HSL color Cylindrical-coordinate representation of color #B66F9F: hue angle of 319.44º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B66F9F is Cyan = 0, Magento = 0.39, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB182111159-
CMYK00.390.130.29
HSL319.44º32.72%57.45%-
HSV(B)319.44º39.01%71.37%-
XYZ31.2323.8235.75-
YUV137.7140.02159.6-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.27%
GREEN value IS 111 (43.75% from 255) = 24.56%
BLUE value IS 159 (62.5% from 255) = 35.18%
R=40.27%
G=24.56%
B=35.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18211115900.390.130.29319.4432.7257.45
HexB66F9F027D1D13f2139
Octal26615723704715354774171
Binary101101101101111100111110100111110111101100111111100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66F9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66F9F; }

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

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

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

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

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

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

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

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