#B66DA0

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

Shades of Bouquet #B66DA0

Tints of Bouquet #B66DA0

Color information

#B66DA0 (or 0xB66DA0) is unknown color: approx Bouquet. HEX triplet: B6, 6D and A0. RGB value is (182,109,160). Sum of RGB (Red+Green+Blue) = 182+109+160=451 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.35% from 451); Green value is 109 (42.97% from 255 or 24.17% from 451); Blue value is 160 (62.89% from 255 or 35.48% from 451); Max value from RGB is 182 - color contains mainly: red. Hex color #B66DA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B66DA0 is #49925F. Grayscale: #888888. Windows color (decimal): -4821600 or 10513846. OLE color: 10513846.

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

Color convert

RGB182109160-
CMYK00.400.120.29
HSL318.08º33.33%57.06%-
HSV(B)318.08º40.11%71.37%-
XYZ31.1123.4236.14-
YUV136.64141.18160.35-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.35%
GREEN value IS 109 (42.97% from 255) = 24.17%
BLUE value IS 160 (62.89% from 255) = 35.48%
R=40.35%
G=24.17%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18210916000.400.120.29318.0833.3357.06
HexB66DA0028C1D13e2139
Octal26615524005014354764171
Binary101101101101101101000000101000110011101100111110100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66DA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66DA0; }

 p { color: rgb(182,109,160); }

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

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

 a { background-color: rgb(182,109,160); }

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

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

 span { border-color: rgb(182,109,160); }

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