#B66D98

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

Shades of Bouquet #B66D98

Tints of Bouquet #B66D98

Color information

#B66D98 (or 0xB66D98) is unknown color: approx Bouquet. HEX triplet: B6, 6D and 98. RGB value is (182,109,152). Sum of RGB (Red+Green+Blue) = 182+109+152=443 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.08% from 443); Green value is 109 (42.97% from 255 or 24.60% from 443); Blue value is 152 (59.77% from 255 or 34.31% from 443); Max value from RGB is 182 - color contains mainly: red. Hex color #B66D98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B66D98 is #499267. Grayscale: #878787. Windows color (decimal): -4821608 or 9989558. OLE color: 9989558.

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

Color convert

RGB182109152-
CMYK00.400.160.29
HSL324.66º33.33%57.06%-
HSV(B)324.66º40.11%71.37%-
XYZ30.4323.1532.57-
YUV135.73137.18161-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.08%
GREEN value IS 109 (42.97% from 255) = 24.60%
BLUE value IS 152 (59.77% from 255) = 34.31%
R=41.08%
G=24.60%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.16
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18210915200.400.160.29324.6633.3357.06
HexB66D98028101D1452139
Octal26615523005020355054171
Binary1011011011011011001100001010001000011101101000101100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66D98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66D98; }

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

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

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

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

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

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

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

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