#B668A0

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

Shades of Bouquet #B668A0

Tints of Bouquet #B668A0

Color information

#B668A0 (or 0xB668A0) is unknown color: approx Bouquet. HEX triplet: B6, 68 and A0. RGB value is (182,104,160). Sum of RGB (Red+Green+Blue) = 182+104+160=446 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.81% from 446); Green value is 104 (41.02% from 255 or 23.32% from 446); Blue value is 160 (62.89% from 255 or 35.87% from 446); Max value from RGB is 182 - color contains mainly: red. Hex color #B668A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B668A0 is #49975F. Grayscale: #858585. Windows color (decimal): -4822880 or 10512566. OLE color: 10512566.

HSL color Cylindrical-coordinate representation of color #B668A0: hue angle of 316.92º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B668A0 is Cyan = 0, Magento = 0.43, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB182104160-
CMYK00.430.120.29
HSL316.92º34.82%56.08%-
HSV(B)316.92º42.86%71.37%-
XYZ30.5922.3835.97-
YUV133.71142.84162.45-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.81%
GREEN value IS 104 (41.02% from 255) = 23.32%
BLUE value IS 160 (62.89% from 255) = 35.87%
R=40.81%
G=23.32%
B=35.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18210416000.430.120.29316.9234.8256.08
HexB668A002BC1D13d2338
Octal26615024005314354754370
Binary101101101101000101000000101011110011101100111101100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B668A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B668A0; }

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

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

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

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

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

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

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

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