#B1809E

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

Shades of Bouquet #B1809E

Tints of Bouquet #B1809E

Color information

#B1809E (or 0xB1809E) is unknown color: approx Bouquet. HEX triplet: B1, 80 and 9E. RGB value is (177,128,158). Sum of RGB (Red+Green+Blue) = 177+128+158=463 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.23% from 463); Green value is 128 (50.39% from 255 or 27.65% from 463); Blue value is 158 (62.11% from 255 or 34.13% from 463); Max value from RGB is 177 - color contains mainly: red. Hex color #B1809E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1809E is #4E7F61. Grayscale: #929292. Windows color (decimal): -5144418 or 10387633. OLE color: 10387633.

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

Color convert

RGB177128158-
CMYK00.280.110.31
HSL323.27º23.9%59.8%-
HSV(B)323.27º27.68%69.41%-
XYZ32.0227.2535.92-
YUV146.07134.73150.06-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.23%
GREEN value IS 128 (50.39% from 255) = 27.65%
BLUE value IS 158 (62.11% from 255) = 34.13%
R=38.23%
G=27.65%
B=34.13%

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
Decimal17712815800.280.110.31323.2723.959.8
HexB1809E01CB1F143183c
Octal26120023603413375033074
Binary10110001100000001001111001110010111111110100001111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1809E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1809E; }

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

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

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

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

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

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

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

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