#B4B1AD

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

Shades of Tide #B4B1AD

Tints of Tide #B4B1AD

Color information

#B4B1AD (or 0xB4B1AD) is unknown color: approx Tide. HEX triplet: B4, B1 and AD. RGB value is (180,177,173). Sum of RGB (Red+Green+Blue) = 180+177+173=530 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.96% from 530); Green value is 177 (69.53% from 255 or 33.40% from 530); Blue value is 173 (67.97% from 255 or 32.64% from 530); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B1AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4B1AD is #4B4E52. Grayscale: #B1B1B1. Windows color (decimal): -4935251 or 11383220. OLE color: 11383220.

HSL color Cylindrical-coordinate representation of color #B4B1AD: hue angle of 34.29º degrees, saturation: 0.04, 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 #B4B1AD is Cyan = 0, Magento = 0.02, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB180177173-
CMYK00.020.040.29
HSL34.29º4.46%69.22%-
HSV(B)34.29º3.89%70.59%-
XYZ42.0944.1645.84-
YUV177.44125.49129.83-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.96%
GREEN value IS 177 (69.53% from 255) = 33.40%
BLUE value IS 173 (67.97% from 255) = 32.64%
R=33.96%
G=33.40%
B=32.64%

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
Decimal18017717300.020.040.2934.294.4669.22
HexB4B1AD0241D22445
Octal26426125502435424105
Binary101101001011000110101101010100111011000101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B1AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B1AD; }

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

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

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

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

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

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

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

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