#B66F9B

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

Shades of Bouquet #B66F9B

Tints of Bouquet #B66F9B

Color information

#B66F9B (or 0xB66F9B) is unknown color: approx Bouquet. HEX triplet: B6, 6F and 9B. RGB value is (182,111,155). Sum of RGB (Red+Green+Blue) = 182+111+155=448 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.62% from 448); Green value is 111 (43.75% from 255 or 24.78% from 448); Blue value is 155 (60.94% from 255 or 34.60% from 448); Max value from RGB is 182 - color contains mainly: red. Hex color #B66F9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B66F9B is #499064. Grayscale: #898989. Windows color (decimal): -4821093 or 10186678. OLE color: 10186678.

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

Color convert

RGB182111155-
CMYK00.390.150.29
HSL322.82º32.72%57.45%-
HSV(B)322.82º39.01%71.37%-
XYZ30.8923.6833.95-
YUV137.24138.02159.92-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.62%
GREEN value IS 111 (43.75% from 255) = 24.78%
BLUE value IS 155 (60.94% from 255) = 34.60%
R=40.62%
G=24.78%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18211115500.390.150.29322.8232.7257.45
HexB66F9B027F1D1432139
Octal26615723304717355034171
Binary101101101101111100110110100111111111101101000011100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66F9B; }

 p { color: rgb(182,111,155); }

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

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

 a { background-color: rgb(182,111,155); }

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

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

 span { border-color: rgb(182,111,155); }

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