#B0829B

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

Shades of Bouquet #B0829B

Tints of Bouquet #B0829B

Color information

#B0829B (or 0xB0829B) is unknown color: approx Bouquet. HEX triplet: B0, 82 and 9B. RGB value is (176,130,155). Sum of RGB (Red+Green+Blue) = 176+130+155=461 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.18% from 461); Green value is 130 (51.17% from 255 or 28.20% from 461); Blue value is 155 (60.94% from 255 or 33.62% from 461); Max value from RGB is 176 - color contains mainly: red. Hex color #B0829B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0829B is #4F7D64. Grayscale: #929292. Windows color (decimal): -5209445 or 10191536. OLE color: 10191536.

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

Color convert

RGB176130155-
CMYK00.260.120.31
HSL327.39º22.55%60%-
HSV(B)327.39º26.14%69.02%-
XYZ31.827.5634.65-
YUV146.6132.74148.97-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.18%
GREEN value IS 130 (51.17% from 255) = 28.20%
BLUE value IS 155 (60.94% from 255) = 33.62%
R=38.18%
G=28.20%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17613015500.260.120.31327.3922.5560
HexB0829B01AC1F147173c
Octal26020223303214375072774
Binary10110000100000101001101101101011001111110100011110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0829B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0829B; }

 p { color: rgb(176,130,155); }

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

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

 a { background-color: rgb(176,130,155); }

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

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

 span { border-color: rgb(176,130,155); }

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