#B1819B

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

Shades of Bouquet #B1819B

Tints of Bouquet #B1819B

Color information

#B1819B (or 0xB1819B) is unknown color: approx Bouquet. HEX triplet: B1, 81 and 9B. RGB value is (177,129,155). Sum of RGB (Red+Green+Blue) = 177+129+155=461 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.39% from 461); Green value is 129 (50.78% from 255 or 27.98% from 461); Blue value is 155 (60.94% from 255 or 33.62% from 461); Max value from RGB is 177 - color contains mainly: red. Hex color #B1819B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1819B is #4E7E64. Grayscale: #929292. Windows color (decimal): -5144165 or 10191281. OLE color: 10191281.

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

Color convert

RGB177129155-
CMYK00.270.120.31
HSL327.5º23.53%60%-
HSV(B)327.5º27.12%69.41%-
XYZ31.927.4134.62-
YUV146.32132.9149.89-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.39%
GREEN value IS 129 (50.78% from 255) = 27.98%
BLUE value IS 155 (60.94% from 255) = 33.62%
R=38.39%
G=27.98%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17712915500.270.120.31327.523.5360
HexB1819B01BC1F148183c
Octal26120123303314375103074
Binary10110001100000011001101101101111001111110100100011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1819B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1819B; }

 p { color: rgb(177,129,155); }

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

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

 a { background-color: rgb(177,129,155); }

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

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

 span { border-color: rgb(177,129,155); }

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