#B0789E

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

Shades of Bouquet #B0789E

Tints of Bouquet #B0789E

Color information

#B0789E (or 0xB0789E) is unknown color: approx Bouquet. HEX triplet: B0, 78 and 9E. RGB value is (176,120,158). Sum of RGB (Red+Green+Blue) = 176+120+158=454 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.77% from 454); Green value is 120 (47.27% from 255 or 26.43% from 454); Blue value is 158 (62.11% from 255 or 34.80% from 454); Max value from RGB is 176 - color contains mainly: red. Hex color #B0789E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0789E is #4F8761. Grayscale: #8C8C8C. Windows color (decimal): -5212002 or 10385584. OLE color: 10385584.

HSL color Cylindrical-coordinate representation of color #B0789E: hue angle of 319.29º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B0789E is Cyan = 0, Magento = 0.32, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB176120158-
CMYK00.320.100.31
HSL319.29º26.17%58.04%-
HSV(B)319.29º31.82%69.02%-
XYZ30.7925.1335.58-
YUV141.08137.55152.91-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.77%
GREEN value IS 120 (47.27% from 255) = 26.43%
BLUE value IS 158 (62.11% from 255) = 34.80%
R=38.77%
G=26.43%
B=34.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17612015800.320.100.31319.2926.1758.04
HexB0789E020A1F13f1a3a
Octal26017023604012374773272
Binary10110000111100010011110010000010101111110011111111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0789E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0789E; }

 p { color: rgb(176,120,158); }

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

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

 a { background-color: rgb(176,120,158); }

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

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

 span { border-color: rgb(176,120,158); }

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