#B6789A

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

Shades of Bouquet #B6789A

Tints of Bouquet #B6789A

Color information

#B6789A (or 0xB6789A) is unknown color: approx Bouquet. HEX triplet: B6, 78 and 9A. RGB value is (182,120,154). Sum of RGB (Red+Green+Blue) = 182+120+154=456 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.91% from 456); Green value is 120 (47.27% from 255 or 26.32% from 456); Blue value is 154 (60.55% from 255 or 33.77% from 456); Max value from RGB is 182 - color contains mainly: red. Hex color #B6789A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6789A is #498765. Grayscale: #8E8E8E. Windows color (decimal): -4818790 or 10123446. OLE color: 10123446.

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

Color convert

RGB182120154-
CMYK00.340.150.29
HSL327.1º29.81%59.22%-
HSV(B)327.1º34.07%71.37%-
XYZ31.8425.7133.86-
YUV142.41134.54156.24-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.91%
GREEN value IS 120 (47.27% from 255) = 26.32%
BLUE value IS 154 (60.55% from 255) = 33.77%
R=39.91%
G=26.32%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18212015400.340.150.29327.129.8159.22
HexB6789A022F1D1471e3b
Octal26617023204217355073673
Binary10110110111100010011010010001011111110110100011111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6789A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6789A; }

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

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

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

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

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

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

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

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