#B1829E

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

Shades of Bouquet #B1829E

Tints of Bouquet #B1829E

Color information

#B1829E (or 0xB1829E) is unknown color: approx Bouquet. HEX triplet: B1, 82 and 9E. RGB value is (177,130,158). Sum of RGB (Red+Green+Blue) = 177+130+158=465 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.06% from 465); Green value is 130 (51.17% from 255 or 27.96% from 465); Blue value is 158 (62.11% from 255 or 33.98% from 465); Max value from RGB is 177 - color contains mainly: red. Hex color #B1829E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1829E is #4E7D61. Grayscale: #939393. Windows color (decimal): -5143906 or 10388145. OLE color: 10388145.

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

Color convert

RGB177130158-
CMYK00.270.110.31
HSL324.26º23.15%60.2%-
HSV(B)324.26º26.55%69.41%-
XYZ32.2927.7836.01-
YUV147.24134.07149.22-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.06%
GREEN value IS 130 (51.17% from 255) = 27.96%
BLUE value IS 158 (62.11% from 255) = 33.98%
R=38.06%
G=27.96%
B=33.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17713015800.270.110.31324.2623.1560.2
HexB1829E01BB1F144173c
Octal26120223603313375042774
Binary10110001100000101001111001101110111111110100010010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1829E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1829E; }

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

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

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

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

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

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

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

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