#B1809F

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

Shades of Bouquet #B1809F

Tints of Bouquet #B1809F

Color information

#B1809F (or 0xB1809F) is unknown color: approx Bouquet. HEX triplet: B1, 80 and 9F. RGB value is (177,128,159). Sum of RGB (Red+Green+Blue) = 177+128+159=464 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.15% from 464); Green value is 128 (50.39% from 255 or 27.59% from 464); Blue value is 159 (62.5% from 255 or 34.27% from 464); Max value from RGB is 177 - color contains mainly: red. Hex color #B1809F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1809F is #4E7F60. Grayscale: #929292. Windows color (decimal): -5144417 or 10453169. OLE color: 10453169.

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

Color convert

RGB177128159-
CMYK00.280.100.31
HSL322.04º23.9%59.8%-
HSV(B)322.04º27.68%69.41%-
XYZ32.1127.2936.38-
YUV146.18135.23149.98-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.15%
GREEN value IS 128 (50.39% from 255) = 27.59%
BLUE value IS 159 (62.5% from 255) = 34.27%
R=38.15%
G=27.59%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17712815900.280.100.31322.0423.959.8
HexB1809F01CA1F142183c
Octal26120023703412375023074
Binary10110001100000001001111101110010101111110100001011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1809F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1809F; }

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

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

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

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

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

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

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

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