#B0789D

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

Shades of Bouquet #B0789D

Tints of Bouquet #B0789D

Color information

#B0789D (or 0xB0789D) is unknown color: approx Bouquet. HEX triplet: B0, 78 and 9D. RGB value is (176,120,157). Sum of RGB (Red+Green+Blue) = 176+120+157=453 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.85% from 453); Green value is 120 (47.27% from 255 or 26.49% from 453); Blue value is 157 (61.72% from 255 or 34.66% from 453); Max value from RGB is 176 - color contains mainly: red. Hex color #B0789D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0789D is #4F8762. Grayscale: #8C8C8C. Windows color (decimal): -5212003 or 10320048. OLE color: 10320048.

HSL color Cylindrical-coordinate representation of color #B0789D: hue angle of 320.36º 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 #B0789D is Cyan = 0, Magento = 0.32, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB176120157-
CMYK00.320.110.31
HSL320.36º26.17%58.04%-
HSV(B)320.36º31.82%69.02%-
XYZ30.7125.135.12-
YUV140.96137.05152.99-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.85%
GREEN value IS 120 (47.27% from 255) = 26.49%
BLUE value IS 157 (61.72% from 255) = 34.66%
R=38.85%
G=26.49%
B=34.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17612015700.320.110.31320.3626.1758.04
HexB0789D020B1F1401a3a
Octal26017023504013375003272
Binary10110000111100010011101010000010111111110100000011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0789D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0789D; }

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

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

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

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

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

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

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

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