#B6B0AA

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

Shades of Tide #B6B0AA

Tints of Tide #B6B0AA

Color information

#B6B0AA (or 0xB6B0AA) is unknown color: approx Tide. HEX triplet: B6, B0 and AA. RGB value is (182,176,170). Sum of RGB (Red+Green+Blue) = 182+176+170=528 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.47% from 528); Green value is 176 (69.14% from 255 or 33.33% from 528); Blue value is 170 (66.80% from 255 or 32.20% from 528); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B0AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6B0AA is #494F55. Grayscale: #B1B1B1. Windows color (decimal): -4804438 or 11186358. OLE color: 11186358.

HSL color Cylindrical-coordinate representation of color #B6B0AA: hue angle of 30º 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 #B6B0AA is Cyan = 0, Magento = 0.03, Yellow = 0.07 and Black (K on CMYK) = 0.29.

Color convert

RGB182176170-
CMYK00.030.070.29
HSL30º7.59%69.02%-
HSV(B)30º6.59%71.37%-
XYZ42.0743.944.29-
YUV177.11123.99131.49-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.47%
GREEN value IS 176 (69.14% from 255) = 33.33%
BLUE value IS 170 (66.80% from 255) = 32.20%
R=34.47%
G=33.33%
B=32.20%

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
Decimal18217617000.030.070.29307.5969.02
HexB6B0AA0371D1e845
Octal266260252037353610105
Binary101101101011000010101010011111111011111010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B0AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B0AA; }

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

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

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

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

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

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

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

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