#B1809A

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

Shades of Bouquet #B1809A

Tints of Bouquet #B1809A

Color information

#B1809A (or 0xB1809A) is unknown color: approx Bouquet. HEX triplet: B1, 80 and 9A. RGB value is (177,128,154). Sum of RGB (Red+Green+Blue) = 177+128+154=459 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.56% from 459); Green value is 128 (50.39% from 255 or 27.89% from 459); Blue value is 154 (60.55% from 255 or 33.55% from 459); Max value from RGB is 177 - color contains mainly: red. Hex color #B1809A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1809A is #4E7F65. Grayscale: #919191. Windows color (decimal): -5144422 or 10125489. OLE color: 10125489.

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

Color convert

RGB177128154-
CMYK00.280.130.31
HSL328.16º23.9%59.8%-
HSV(B)328.16º27.68%69.41%-
XYZ31.6827.1234.14-
YUV145.62132.73150.39-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.56%
GREEN value IS 128 (50.39% from 255) = 27.89%
BLUE value IS 154 (60.55% from 255) = 33.55%
R=38.56%
G=27.89%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17712815400.280.130.31328.1623.959.8
HexB1809A01CD1F148183c
Octal26120023203415375103074
Binary10110001100000001001101001110011011111110100100011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1809A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1809A; }

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

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

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

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

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

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

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

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