#B0849C

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

Shades of Bouquet #B0849C

Tints of Bouquet #B0849C

Color information

#B0849C (or 0xB0849C) is unknown color: approx Bouquet. HEX triplet: B0, 84 and 9C. RGB value is (176,132,156). Sum of RGB (Red+Green+Blue) = 176+132+156=464 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.93% from 464); Green value is 132 (51.95% from 255 or 28.45% from 464); Blue value is 156 (61.33% from 255 or 33.62% from 464); Max value from RGB is 176 - color contains mainly: red. Hex color #B0849C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0849C is #4F7B63. Grayscale: #939393. Windows color (decimal): -5208932 or 10257584. OLE color: 10257584.

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

Color convert

RGB176132156-
CMYK00.250.110.31
HSL327.27º21.78%60.39%-
HSV(B)327.27º25%69.02%-
XYZ32.1628.1335.19-
YUV147.89132.58148.05-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.93%
GREEN value IS 132 (51.95% from 255) = 28.45%
BLUE value IS 156 (61.33% from 255) = 33.62%
R=37.93%
G=28.45%
B=33.62%

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
Decimal17613215600.250.110.31327.2721.7860.39
HexB0849C019B1F147163c
Octal26020423403113375072674
Binary10110000100001001001110001100110111111110100011110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0849C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0849C; }

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

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

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

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

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

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

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

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