#B1809D

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

Shades of Bouquet #B1809D

Tints of Bouquet #B1809D

Color information

#B1809D (or 0xB1809D) is unknown color: approx Bouquet. HEX triplet: B1, 80 and 9D. RGB value is (177,128,157). Sum of RGB (Red+Green+Blue) = 177+128+157=462 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.31% from 462); Green value is 128 (50.39% from 255 or 27.71% from 462); Blue value is 157 (61.72% from 255 or 33.98% from 462); Max value from RGB is 177 - color contains mainly: red. Hex color #B1809D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1809D is #4E7F62. Grayscale: #919191. Windows color (decimal): -5144419 or 10322097. OLE color: 10322097.

HSL color Cylindrical-coordinate representation of color #B1809D: hue angle of 324.49º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B1809D is Cyan = 0, Magento = 0.28, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB177128157-
CMYK00.280.110.31
HSL324.49º23.9%59.8%-
HSV(B)324.49º27.68%69.41%-
XYZ31.9427.2235.47-
YUV145.96134.23150.14-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.31%
GREEN value IS 128 (50.39% from 255) = 27.71%
BLUE value IS 157 (61.72% from 255) = 33.98%
R=38.31%
G=27.71%
B=33.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17712815700.280.110.31324.4923.959.8
HexB1809D01CB1F144183c
Octal26120023503413375043074
Binary10110001100000001001110101110010111111110100010011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1809D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1809D; }

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

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

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

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

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

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

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

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