#B766A1

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

Shades of Bouquet #B766A1

Tints of Bouquet #B766A1

Color information

#B766A1 (or 0xB766A1) is unknown color: approx Bouquet. HEX triplet: B7, 66 and A1. RGB value is (183,102,161). Sum of RGB (Red+Green+Blue) = 183+102+161=446 (59% of max value = 765). Red value is 183 (71.88% from 255 or 41.03% from 446); Green value is 102 (40.23% from 255 or 22.87% from 446); Blue value is 161 (63.28% from 255 or 36.10% from 446); Max value from RGB is 183 - color contains mainly: red. Hex color #B766A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B766A1 is #48995E. Grayscale: #848484. Windows color (decimal): -4757855 or 10577591. OLE color: 10577591.

HSL color Cylindrical-coordinate representation of color #B766A1: hue angle of 316.3º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B766A1 is Cyan = 0, Magento = 0.44, Yellow = 0.12 and Black (K on CMYK) = 0.28.

Color convert

RGB183102161-
CMYK00.440.120.28
HSL316.3º36%55.88%-
HSV(B)316.3º44.26%71.76%-
XYZ30.7122.1436.37-
YUV132.94143.84163.7-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.03%
GREEN value IS 102 (40.23% from 255) = 22.87%
BLUE value IS 161 (63.28% from 255) = 36.10%
R=41.03%
G=22.87%
B=36.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.12
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18310216100.440.120.28316.33655.88
HexB766A102CC1C13c2438
Octal26714624105414344744470
Binary101101111100110101000010101100110011100100111100100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B766A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B766A1; }

 p { color: rgb(183,102,161); }

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

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

 a { background-color: rgb(183,102,161); }

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

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

 span { border-color: rgb(183,102,161); }

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