#B9B2AD

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

Shades of Tide #B9B2AD

Tints of Tide #B9B2AD

Color information

#B9B2AD (or 0xB9B2AD) is unknown color: approx Tide. HEX triplet: B9, B2 and AD. RGB value is (185,178,173). Sum of RGB (Red+Green+Blue) = 185+178+173=536 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.51% from 536); Green value is 178 (69.92% from 255 or 33.21% from 536); Blue value is 173 (67.97% from 255 or 32.28% from 536); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B2AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9B2AD is #464D52. Grayscale: #B3B3B3. Windows color (decimal): -4607315 or 11383481. OLE color: 11383481.

HSL color Cylindrical-coordinate representation of color #B9B2AD: hue angle of 25º 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 #B9B2AD is Cyan = 0, Magento = 0.04, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB185178173-
CMYK00.040.060.27
HSL25º7.89%70.2%-
HSV(B)25º6.49%72.55%-
XYZ43.4745.1745.96-
YUV179.52124.32131.91-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.51%
GREEN value IS 178 (69.92% from 255) = 33.21%
BLUE value IS 173 (67.97% from 255) = 32.28%
R=34.51%
G=33.21%
B=32.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18517817300.040.060.27257.8970.2
HexB9B2AD0461B19846
Octal271262255046333110106
Binary1011100110110010101011010100110110111100110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B2AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B2AD; }

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

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

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

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

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

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

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

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