#B1839D

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

Shades of Bouquet #B1839D

Tints of Bouquet #B1839D

Color information

#B1839D (or 0xB1839D) is unknown color: approx Bouquet. HEX triplet: B1, 83 and 9D. RGB value is (177,131,157). Sum of RGB (Red+Green+Blue) = 177+131+157=465 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.06% from 465); Green value is 131 (51.56% from 255 or 28.17% from 465); Blue value is 157 (61.72% from 255 or 33.76% from 465); Max value from RGB is 177 - color contains mainly: red. Hex color #B1839D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1839D is #4E7C62. Grayscale: #939393. Windows color (decimal): -5143651 or 10322865. OLE color: 10322865.

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

Color convert

RGB177131157-
CMYK00.260.110.31
HSL326.09º22.77%60.39%-
HSV(B)326.09º25.99%69.41%-
XYZ32.3328.0135.6-
YUV147.72133.24148.89-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.06%
GREEN value IS 131 (51.56% from 255) = 28.17%
BLUE value IS 157 (61.72% from 255) = 33.76%
R=38.06%
G=28.17%
B=33.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17713115700.260.110.31326.0922.7760.39
HexB1839D01AB1F146173c
Octal26120323503213375062774
Binary10110001100000111001110101101010111111110100011010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1839D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1839D; }

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

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

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

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

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

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

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

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