#B2789A

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

Shades of Bouquet #B2789A

Tints of Bouquet #B2789A

Color information

#B2789A (or 0xB2789A) is unknown color: approx Bouquet. HEX triplet: B2, 78 and 9A. RGB value is (178,120,154). Sum of RGB (Red+Green+Blue) = 178+120+154=452 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.38% from 452); Green value is 120 (47.27% from 255 or 26.55% from 452); Blue value is 154 (60.55% from 255 or 34.07% from 452); Max value from RGB is 178 - color contains mainly: red. Hex color #B2789A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2789A is #4D8765. Grayscale: #8D8D8D. Windows color (decimal): -5080934 or 10123442. OLE color: 10123442.

HSL color Cylindrical-coordinate representation of color #B2789A: hue angle of 324.83º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B2789A is Cyan = 0, Magento = 0.33, Yellow = 0.13 and Black (K on CMYK) = 0.30.

Color convert

RGB178120154-
CMYK00.330.130.30
HSL324.83º27.36%58.43%-
HSV(B)324.83º32.58%69.8%-
XYZ30.9125.2333.81-
YUV141.22135.22154.24-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.38%
GREEN value IS 120 (47.27% from 255) = 26.55%
BLUE value IS 154 (60.55% from 255) = 34.07%
R=39.38%
G=26.55%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.13
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17812015400.330.130.30324.8327.3658.43
HexB2789A021D1E1451b3a
Octal26217023204115365053372
Binary10110010111100010011010010000111011111010100010111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2789A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2789A; }

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

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

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

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

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

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

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

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