#B9B4AD

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

Shades of Tide #B9B4AD

Tints of Tide #B9B4AD

Color information

#B9B4AD (or 0xB9B4AD) is unknown color: approx Tide. HEX triplet: B9, B4 and AD. RGB value is (185,180,173). Sum of RGB (Red+Green+Blue) = 185+180+173=538 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.39% from 538); Green value is 180 (70.70% from 255 or 33.46% from 538); Blue value is 173 (67.97% from 255 or 32.16% from 538); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B4AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9B4AD is #464B52. Grayscale: #B4B4B4. Windows color (decimal): -4606803 or 11383993. OLE color: 11383993.

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

Color convert

RGB185180173-
CMYK00.030.060.27
HSL35º7.89%70.2%-
HSV(B)35º6.49%72.55%-
XYZ43.8745.9746.1-
YUV180.7123.66131.07-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.39%
GREEN value IS 180 (70.70% from 255) = 33.46%
BLUE value IS 173 (67.97% from 255) = 32.16%
R=34.39%
G=33.46%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18518017300.030.060.27357.8970.2
HexB9B4AD0361B23846
Octal271264255036334310106
Binary1011100110110100101011010111101101110001110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B4AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B4AD; }

 p { color: rgb(185,180,173); }

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

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

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

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

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

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

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