#B1829C

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

Shades of Bouquet #B1829C

Tints of Bouquet #B1829C

Color information

#B1829C (or 0xB1829C) is unknown color: approx Bouquet. HEX triplet: B1, 82 and 9C. RGB value is (177,130,156). Sum of RGB (Red+Green+Blue) = 177+130+156=463 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.23% from 463); Green value is 130 (51.17% from 255 or 28.08% from 463); Blue value is 156 (61.33% from 255 or 33.69% from 463); Max value from RGB is 177 - color contains mainly: red. Hex color #B1829C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1829C is #4E7D63. Grayscale: #929292. Windows color (decimal): -5143908 or 10257073. OLE color: 10257073.

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

Color convert

RGB177130156-
CMYK00.270.120.31
HSL326.81º23.15%60.2%-
HSV(B)326.81º26.55%69.41%-
XYZ32.1127.7135.11-
YUV147.02133.07149.39-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.23%
GREEN value IS 130 (51.17% from 255) = 28.08%
BLUE value IS 156 (61.33% from 255) = 33.69%
R=38.23%
G=28.08%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17713015600.270.120.31326.8123.1560.2
HexB1829C01BC1F147173c
Octal26120223403314375072774
Binary10110001100000101001110001101111001111110100011110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1829C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1829C; }

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

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

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

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

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

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

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

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