#B6B1B1

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

Shades of Pink Swan #B6B1B1

Tints of Pink Swan #B6B1B1

Color information

#B6B1B1 (or 0xB6B1B1) is unknown color: approx Pink Swan. HEX triplet: B6, B1 and B1. RGB value is (182,177,177). Sum of RGB (Red+Green+Blue) = 182+177+177=536 (70% of max value = 765). Red value is 182 (71.48% from 255 or 33.96% from 536); Green value is 177 (69.53% from 255 or 33.02% from 536); Blue value is 177 (69.53% from 255 or 33.02% from 536); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B1B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6B1B1 is #494E4E. Grayscale: #B2B2B2. Windows color (decimal): -4804175 or 11645366. OLE color: 11645366.

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

Color convert

RGB182177177-
CMYK00.030.030.29
HSL3.31%70.39%-
HSV(B)2.75%71.37%-
XYZ42.9544.5647.93-
YUV178.5127.16130.5-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.96%
GREEN value IS 177 (69.53% from 255) = 33.02%
BLUE value IS 177 (69.53% from 255) = 33.02%
R=33.96%
G=33.02%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18217717700.030.030.2903.3170.39
HexB6B1B10331D0346
Octal2662612610333503106
Binary10110110101100011011000101111111010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B1B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B1B1; }

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

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

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

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

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

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

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

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