#B66A9C

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

Shades of Bouquet #B66A9C

Tints of Bouquet #B66A9C

Color information

#B66A9C (or 0xB66A9C) is unknown color: approx Bouquet. HEX triplet: B6, 6A and 9C. RGB value is (182,106,156). Sum of RGB (Red+Green+Blue) = 182+106+156=444 (58% of max value = 765). Red value is 182 (71.48% from 255 or 40.99% from 444); Green value is 106 (41.80% from 255 or 23.87% from 444); Blue value is 156 (61.33% from 255 or 35.14% from 444); Max value from RGB is 182 - color contains mainly: red. Hex color #B66A9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B66A9C is #499563. Grayscale: #868686. Windows color (decimal): -4822372 or 10250934. OLE color: 10250934.

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

Color convert

RGB182106156-
CMYK00.420.140.29
HSL320.53º34.23%56.47%-
HSV(B)320.53º41.76%71.37%-
XYZ30.4522.6534.22-
YUV134.42140.18161.93-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.99%
GREEN value IS 106 (41.80% from 255) = 23.87%
BLUE value IS 156 (61.33% from 255) = 35.14%
R=40.99%
G=23.87%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18210615600.420.140.29320.5334.2356.47
HexB66A9C02AE1D1412238
Octal26615223405216355014270
Binary101101101101010100111000101010111011101101000001100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66A9C; }

 p { color: rgb(182,106,156); }

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

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

 a { background-color: rgb(182,106,156); }

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

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

 span { border-color: rgb(182,106,156); }

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