#B66D95

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

Shades of Bouquet #B66D95

Tints of Bouquet #B66D95

Color information

#B66D95 (or 0xB66D95) is unknown color: approx Bouquet. HEX triplet: B6, 6D and 95. RGB value is (182,109,149). Sum of RGB (Red+Green+Blue) = 182+109+149=440 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.36% from 440); Green value is 109 (42.97% from 255 or 24.77% from 440); Blue value is 149 (58.59% from 255 or 33.86% from 440); Max value from RGB is 182 - color contains mainly: red. Hex color #B66D95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B66D95 is #49926A. Grayscale: #878787. Windows color (decimal): -4821611 or 9792950. OLE color: 9792950.

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

Color convert

RGB182109149-
CMYK00.400.180.29
HSL327.12º33.33%57.06%-
HSV(B)327.12º40.11%71.37%-
XYZ30.1823.0531.29-
YUV135.39135.68161.25-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.36%
GREEN value IS 109 (42.97% from 255) = 24.77%
BLUE value IS 149 (58.59% from 255) = 33.86%
R=41.36%
G=24.77%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18210914900.400.180.29327.1233.3357.06
HexB66D95028121D1472139
Octal26615522505022355074171
Binary1011011011011011001010101010001001011101101000111100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66D95; }

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

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

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

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

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

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

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

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