#B0849D

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

Shades of Bouquet #B0849D

Tints of Bouquet #B0849D

Color information

#B0849D (or 0xB0849D) is unknown color: approx Bouquet. HEX triplet: B0, 84 and 9D. RGB value is (176,132,157). Sum of RGB (Red+Green+Blue) = 176+132+157=465 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.85% from 465); Green value is 132 (51.95% from 255 or 28.39% from 465); Blue value is 157 (61.72% from 255 or 33.76% from 465); Max value from RGB is 176 - color contains mainly: red. Hex color #B0849D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0849D is #4F7B62. Grayscale: #939393. Windows color (decimal): -5208931 or 10323120. OLE color: 10323120.

HSL color Cylindrical-coordinate representation of color #B0849D: hue angle of 325.91º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B0849D is Cyan = 0, Magento = 0.25, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB176132157-
CMYK00.250.110.31
HSL325.91º21.78%60.39%-
HSV(B)325.91º25%69.02%-
XYZ32.2428.1735.64-
YUV148.01133.08147.97-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.85%
GREEN value IS 132 (51.95% from 255) = 28.39%
BLUE value IS 157 (61.72% from 255) = 33.76%
R=37.85%
G=28.39%
B=33.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17613215700.250.110.31325.9121.7860.39
HexB0849D019B1F146163c
Octal26020423503113375062674
Binary10110000100001001001110101100110111111110100011010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0849D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0849D; }

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

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

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

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

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

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

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

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