#B6B1AA

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

Shades of Tide #B6B1AA

Tints of Tide #B6B1AA

Color information

#B6B1AA (or 0xB6B1AA) is unknown color: approx Tide. HEX triplet: B6, B1 and AA. RGB value is (182,177,170). Sum of RGB (Red+Green+Blue) = 182+177+170=529 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.40% from 529); Green value is 177 (69.53% from 255 or 33.46% from 529); Blue value is 170 (66.80% from 255 or 32.14% from 529); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B1AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6B1AA is #494E55. Grayscale: #B1B1B1. Windows color (decimal): -4804182 or 11186614. OLE color: 11186614.

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

Color convert

RGB182177170-
CMYK00.030.070.29
HSL35º7.59%69.02%-
HSV(B)35º6.59%71.37%-
XYZ42.2744.2944.35-
YUV177.7123.66131.07-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.40%
GREEN value IS 177 (69.53% from 255) = 33.46%
BLUE value IS 170 (66.80% from 255) = 32.14%
R=34.40%
G=33.46%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18217717000.030.070.29357.5969.02
HexB6B1AA0371D23845
Octal266261252037354310105
Binary1011011010110001101010100111111110110001110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B1AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B1AA; }

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

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

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

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

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

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

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

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