#B1829F

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

Shades of Bouquet #B1829F

Tints of Bouquet #B1829F

Color information

#B1829F (or 0xB1829F) is unknown color: approx Bouquet. HEX triplet: B1, 82 and 9F. RGB value is (177,130,159). Sum of RGB (Red+Green+Blue) = 177+130+159=466 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.98% from 466); Green value is 130 (51.17% from 255 or 27.90% from 466); Blue value is 159 (62.5% from 255 or 34.12% from 466); Max value from RGB is 177 - color contains mainly: red. Hex color #B1829F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1829F is #4E7D60. Grayscale: #939393. Windows color (decimal): -5143905 or 10453681. OLE color: 10453681.

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

Color convert

RGB177130159-
CMYK00.270.100.31
HSL322.98º23.15%60.2%-
HSV(B)322.98º26.55%69.41%-
XYZ32.3727.8236.46-
YUV147.36134.57149.14-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.98%
GREEN value IS 130 (51.17% from 255) = 27.90%
BLUE value IS 159 (62.5% from 255) = 34.12%
R=37.98%
G=27.90%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17713015900.270.100.31322.9823.1560.2
HexB1829F01BA1F143173c
Octal26120223703312375032774
Binary10110001100000101001111101101110101111110100001110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1829F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1829F; }

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

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

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

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

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

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

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

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