#B0829E

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

Shades of Bouquet #B0829E

Tints of Bouquet #B0829E

Color information

#B0829E (or 0xB0829E) is unknown color: approx Bouquet. HEX triplet: B0, 82 and 9E. RGB value is (176,130,158). Sum of RGB (Red+Green+Blue) = 176+130+158=464 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.93% from 464); Green value is 130 (51.17% from 255 or 28.02% from 464); Blue value is 158 (62.11% from 255 or 34.05% from 464); Max value from RGB is 176 - color contains mainly: red. Hex color #B0829E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0829E is #4F7D61. Grayscale: #929292. Windows color (decimal): -5209442 or 10388144. OLE color: 10388144.

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

Color convert

RGB176130158-
CMYK00.260.100.31
HSL323.48º22.55%60%-
HSV(B)323.48º26.14%69.02%-
XYZ32.0627.6636-
YUV146.95134.24148.72-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.93%
GREEN value IS 130 (51.17% from 255) = 28.02%
BLUE value IS 158 (62.11% from 255) = 34.05%
R=37.93%
G=28.02%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17613015800.260.100.31323.4822.5560
HexB0829E01AA1F143173c
Octal26020223603212375032774
Binary10110000100000101001111001101010101111110100001110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0829E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0829E; }

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

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

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

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

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

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

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

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