#B1839C

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

Shades of Bouquet #B1839C

Tints of Bouquet #B1839C

Color information

#B1839C (or 0xB1839C) is unknown color: approx Bouquet. HEX triplet: B1, 83 and 9C. RGB value is (177,131,156). Sum of RGB (Red+Green+Blue) = 177+131+156=464 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.15% from 464); Green value is 131 (51.56% from 255 or 28.23% from 464); Blue value is 156 (61.33% from 255 or 33.62% from 464); Max value from RGB is 177 - color contains mainly: red. Hex color #B1839C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1839C is #4E7C63. Grayscale: #939393. Windows color (decimal): -5143652 or 10257329. OLE color: 10257329.

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

Color convert

RGB177131156-
CMYK00.260.120.31
HSL327.39º22.77%60.39%-
HSV(B)327.39º25.99%69.41%-
XYZ32.2527.9835.15-
YUV147.6132.74148.97-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.15%
GREEN value IS 131 (51.56% from 255) = 28.23%
BLUE value IS 156 (61.33% from 255) = 33.62%
R=38.15%
G=28.23%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17713115600.260.120.31327.3922.7760.39
HexB1839C01AC1F147173c
Octal26120323403214375072774
Binary10110001100000111001110001101011001111110100011110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1839C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1839C; }

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

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

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

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

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

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

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

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