#B6769A

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

Shades of Bouquet #B6769A

Tints of Bouquet #B6769A

Color information

#B6769A (or 0xB6769A) is unknown color: approx Bouquet. HEX triplet: B6, 76 and 9A. RGB value is (182,118,154). Sum of RGB (Red+Green+Blue) = 182+118+154=454 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40.09% from 454); Green value is 118 (46.48% from 255 or 25.99% from 454); Blue value is 154 (60.55% from 255 or 33.92% from 454); Max value from RGB is 182 - color contains mainly: red. Hex color #B6769A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6769A is #498965. Grayscale: #8D8D8D. Windows color (decimal): -4819302 or 10122934. OLE color: 10122934.

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

Color convert

RGB182118154-
CMYK00.350.150.29
HSL326.25º30.48%58.82%-
HSV(B)326.25º35.16%71.37%-
XYZ31.625.2433.78-
YUV141.24135.2157.07-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.09%
GREEN value IS 118 (46.48% from 255) = 25.99%
BLUE value IS 154 (60.55% from 255) = 33.92%
R=40.09%
G=25.99%
B=33.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18211815400.350.150.29326.2530.4858.82
HexB6769A023F1D1461e3b
Octal26616623204317355063673
Binary10110110111011010011010010001111111110110100011011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6769A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6769A; }

 p { color: rgb(182,118,154); }

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

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

 a { background-color: rgb(182,118,154); }

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

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

 span { border-color: rgb(182,118,154); }

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