#BFB4AD

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

Shades of Tide #BFB4AD

Tints of Tide #BFB4AD

Color information

#BFB4AD (or 0xBFB4AD) is unknown color: approx Tide. HEX triplet: BF, B4 and AD. RGB value is (191,180,173). Sum of RGB (Red+Green+Blue) = 191+180+173=544 (72% of max value = 765). Red value is 191 (75% from 255 or 35.11% from 544); Green value is 180 (70.70% from 255 or 33.09% from 544); Blue value is 173 (67.97% from 255 or 31.80% from 544); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB4AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB4AD is #404B52. Grayscale: #B6B6B6. Windows color (decimal): -4213587 or 11383999. OLE color: 11383999.

HSL color Cylindrical-coordinate representation of color #BFB4AD: hue angle of 23.33º degrees, saturation: 0.12, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BFB4AD is Cyan = 0, Magento = 0.06, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB191180173-
CMYK00.060.090.25
HSL23.33º12.33%71.37%-
HSV(B)23.33º9.42%74.9%-
XYZ45.3546.7446.17-
YUV182.49122.64134.07-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.11%
GREEN value IS 180 (70.70% from 255) = 33.09%
BLUE value IS 173 (67.97% from 255) = 31.80%
R=35.11%
G=33.09%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118017300.060.090.2523.3312.3371.37
HexBFB4AD0691917c47
Octal2772642550611312714107
Binary10111111101101001010110101101001110011011111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB4AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB4AD; }

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

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

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

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

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

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

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

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