#B0829D

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

Shades of Bouquet #B0829D

Tints of Bouquet #B0829D

Color information

#B0829D (or 0xB0829D) is unknown color: approx Bouquet. HEX triplet: B0, 82 and 9D. RGB value is (176,130,157). Sum of RGB (Red+Green+Blue) = 176+130+157=463 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.01% from 463); Green value is 130 (51.17% from 255 or 28.08% from 463); Blue value is 157 (61.72% from 255 or 33.91% from 463); Max value from RGB is 176 - color contains mainly: red. Hex color #B0829D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0829D is #4F7D62. Grayscale: #929292. Windows color (decimal): -5209443 or 10322608. OLE color: 10322608.

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

Color convert

RGB176130157-
CMYK00.260.110.31
HSL324.78º22.55%60%-
HSV(B)324.78º26.14%69.02%-
XYZ31.9727.6335.55-
YUV146.83133.74148.8-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.01%
GREEN value IS 130 (51.17% from 255) = 28.08%
BLUE value IS 157 (61.72% from 255) = 33.91%
R=38.01%
G=28.08%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17613015700.260.110.31324.7822.5560
HexB0829D01AB1F145173c
Octal26020223503213375052774
Binary10110000100000101001110101101010111111110100010110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0829D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0829D; }

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

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

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

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

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

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

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

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