#B9B0AA

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

Shades of Tide #B9B0AA

Tints of Tide #B9B0AA

Color information

#B9B0AA (or 0xB9B0AA) is unknown color: approx Tide. HEX triplet: B9, B0 and AA. RGB value is (185,176,170). Sum of RGB (Red+Green+Blue) = 185+176+170=531 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.84% from 531); Green value is 176 (69.14% from 255 or 33.15% from 531); Blue value is 170 (66.80% from 255 or 32.02% from 531); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B0AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9B0AA is #464F55. Grayscale: #B2B2B2. Windows color (decimal): -4607830 or 11186361. OLE color: 11186361.

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

Color convert

RGB185176170-
CMYK00.050.080.27
HSL24º9.68%69.61%-
HSV(B)24º8.11%72.55%-
XYZ42.7944.2744.32-
YUV178.01123.48132.99-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.84%
GREEN value IS 176 (69.14% from 255) = 33.15%
BLUE value IS 170 (66.80% from 255) = 32.02%
R=34.84%
G=33.15%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18517617000.050.080.27249.6869.61
HexB9B0AA0581B18a46
Octal2712602520510333012106
Binary10111001101100001010101001011000110111100010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B0AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B0AA; }

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

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

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

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

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

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

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

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