#B5B1AD

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

Shades of Tide #B5B1AD

Tints of Tide #B5B1AD

Color information

#B5B1AD (or 0xB5B1AD) is unknown color: approx Tide. HEX triplet: B5, B1 and AD. RGB value is (181,177,173). Sum of RGB (Red+Green+Blue) = 181+177+173=531 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.09% from 531); Green value is 177 (69.53% from 255 or 33.33% from 531); Blue value is 173 (67.97% from 255 or 32.58% from 531); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B1AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5B1AD is #4A4E52. Grayscale: #B1B1B1. Windows color (decimal): -4869715 or 11383221. OLE color: 11383221.

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

Color convert

RGB181177173-
CMYK00.020.040.29
HSL30º5.13%69.41%-
HSV(B)30º4.42%70.98%-
XYZ42.3244.2945.85-
YUV177.74125.33130.33-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.09%
GREEN value IS 177 (69.53% from 255) = 33.33%
BLUE value IS 173 (67.97% from 255) = 32.58%
R=34.09%
G=33.33%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18117717300.020.040.29305.1369.41
HexB5B1AD0241D1e545
Octal26526125502435365105
Binary10110101101100011010110101010011101111101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B1AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B1AD; }

 p { color: rgb(181,177,173); }

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

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

 a { background-color: rgb(181,177,173); }

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

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

 span { border-color: rgb(181,177,173); }

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