#B9B1B1

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

Shades of Pink Swan #B9B1B1

Tints of Pink Swan #B9B1B1

Color information

#B9B1B1 (or 0xB9B1B1) is unknown color: approx Pink Swan. HEX triplet: B9, B1 and B1. RGB value is (185,177,177). Sum of RGB (Red+Green+Blue) = 185+177+177=539 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.32% from 539); Green value is 177 (69.53% from 255 or 32.84% from 539); Blue value is 177 (69.53% from 255 or 32.84% from 539); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B1B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9B1B1 is #464E4E. Grayscale: #B3B3B3. Windows color (decimal): -4607567 or 11645369. OLE color: 11645369.

HSL color Cylindrical-coordinate representation of color #B9B1B1: hue angle of 0º degrees, saturation: 0.05, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #B9B1B1 is Cyan = 0, Magento = 0.04, Yellow = 0.04 and Black (K on CMYK) = 0.27.

Color convert

RGB185177177-
CMYK00.040.040.27
HSL5.41%70.98%-
HSV(B)4.32%72.55%-
XYZ43.6744.9347.97-
YUV179.39126.65132-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.32%
GREEN value IS 177 (69.53% from 255) = 32.84%
BLUE value IS 177 (69.53% from 255) = 32.84%
R=34.32%
G=32.84%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18517717700.040.040.2705.4170.98
HexB9B1B10441B0547
Octal2712612610443305107
Binary10111001101100011011000101001001101101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B1B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B1B1; }

 p { color: rgb(185,177,177); }

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

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

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

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

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

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

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