#B66499

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

Shades of Bouquet #B66499

Tints of Bouquet #B66499

Color information

#B66499 (or 0xB66499) is unknown color: approx Bouquet. HEX triplet: B6, 64 and 99. RGB value is (182,100,153). Sum of RGB (Red+Green+Blue) = 182+100+153=435 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.84% from 435); Green value is 100 (39.45% from 255 or 22.99% from 435); Blue value is 153 (60.16% from 255 or 35.17% from 435); Max value from RGB is 182 - color contains mainly: red. Hex color #B66499 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B66499 is #499B66. Grayscale: #828282. Windows color (decimal): -4823911 or 10052790. OLE color: 10052790.

HSL color Cylindrical-coordinate representation of color #B66499: hue angle of 321.22º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B66499 is Cyan = 0, Magento = 0.45, Yellow = 0.16 and Black (K on CMYK) = 0.29.

Color convert

RGB182100153-
CMYK00.450.160.29
HSL321.22º35.96%55.29%-
HSV(B)321.22º45.05%71.37%-
XYZ29.621.3632.7-
YUV130.56140.67164.69-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.84%
GREEN value IS 100 (39.45% from 255) = 22.99%
BLUE value IS 153 (60.16% from 255) = 35.17%
R=41.84%
G=22.99%
B=35.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.16
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18210015300.450.160.29321.2235.9655.29
HexB6649902D101D1412437
Octal26614423105520355014467
Binary1011011011001001001100101011011000011101101000001100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66499; }

 p { color: rgb(182,100,153); }

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

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

 a { background-color: rgb(182,100,153); }

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

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

 span { border-color: rgb(182,100,153); }

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