#B1849F

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

Shades of Bouquet #B1849F

Tints of Bouquet #B1849F

Color information

#B1849F (or 0xB1849F) is unknown color: approx Bouquet. HEX triplet: B1, 84 and 9F. RGB value is (177,132,159). Sum of RGB (Red+Green+Blue) = 177+132+159=468 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.82% from 468); Green value is 132 (51.95% from 255 or 28.21% from 468); Blue value is 159 (62.5% from 255 or 33.97% from 468); Max value from RGB is 177 - color contains mainly: red. Hex color #B1849F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1849F is #4E7B60. Grayscale: #949494. Windows color (decimal): -5143393 or 10454193. OLE color: 10454193.

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

Color convert

RGB177132159-
CMYK00.250.100.31
HSL324º22.39%60.59%-
HSV(B)324º25.42%69.41%-
XYZ32.6428.3536.55-
YUV148.53133.91148.3-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.82%
GREEN value IS 132 (51.95% from 255) = 28.21%
BLUE value IS 159 (62.5% from 255) = 33.97%
R=37.82%
G=28.21%
B=33.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17713215900.250.100.3132422.3960.59
HexB1849F019A1F144163d
Octal26120423703112375042675
Binary10110001100001001001111101100110101111110100010010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1849F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1849F; }

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

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

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

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

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

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

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

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