#B0829F

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

Shades of Bouquet #B0829F

Tints of Bouquet #B0829F

Color information

#B0829F (or 0xB0829F) is unknown color: approx Bouquet. HEX triplet: B0, 82 and 9F. RGB value is (176,130,159). Sum of RGB (Red+Green+Blue) = 176+130+159=465 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.85% from 465); Green value is 130 (51.17% from 255 or 27.96% from 465); Blue value is 159 (62.5% from 255 or 34.19% from 465); Max value from RGB is 176 - color contains mainly: red. Hex color #B0829F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0829F is #4F7D60. Grayscale: #929292. Windows color (decimal): -5209441 or 10453680. OLE color: 10453680.

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

Color convert

RGB176130159-
CMYK00.260.100.31
HSL322.17º22.55%60%-
HSV(B)322.17º26.14%69.02%-
XYZ32.1527.736.45-
YUV147.06134.74148.64-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.85%
GREEN value IS 130 (51.17% from 255) = 27.96%
BLUE value IS 159 (62.5% from 255) = 34.19%
R=37.85%
G=27.96%
B=34.19%

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
Decimal17613015900.260.100.31322.1722.5560
HexB0829F01AA1F142173c
Octal26020223703212375022774
Binary10110000100000101001111101101010101111110100001010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0829F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0829F; }

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

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

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

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

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

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

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

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