#B66FA5

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

Shades of Bouquet #B66FA5

Tints of Bouquet #B66FA5

Color information

#B66FA5 (or 0xB66FA5) is unknown color: approx Bouquet. HEX triplet: B6, 6F and A5. RGB value is (182,111,165). Sum of RGB (Red+Green+Blue) = 182+111+165=458 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.74% from 458); Green value is 111 (43.75% from 255 or 24.24% from 458); Blue value is 165 (64.84% from 255 or 36.03% from 458); Max value from RGB is 182 - color contains mainly: red. Hex color #B66FA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B66FA5 is #49905A. Grayscale: #8A8A8A. Windows color (decimal): -4821083 or 10842038. OLE color: 10842038.

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

Color convert

RGB182111165-
CMYK00.390.090.29
HSL314.37º32.72%57.45%-
HSV(B)314.37º39.01%71.37%-
XYZ31.7724.0338.56-
YUV138.38143.02159.11-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.74%
GREEN value IS 111 (43.75% from 255) = 24.24%
BLUE value IS 165 (64.84% from 255) = 36.03%
R=39.74%
G=24.24%
B=36.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.09
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18211116500.390.090.29314.3732.7257.45
HexB66FA502791D13a2139
Octal26615724504711354724171
Binary101101101101111101001010100111100111101100111010100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66FA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66FA5; }

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

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

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

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

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

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

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

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