#BFB3AE

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

Shades of Tide #BFB3AE

Tints of Tide #BFB3AE

Color information

#BFB3AE (or 0xBFB3AE) is unknown color: approx Tide. HEX triplet: BF, B3 and AE. RGB value is (191,179,174). Sum of RGB (Red+Green+Blue) = 191+179+174=544 (72% of max value = 765). Red value is 191 (75% from 255 or 35.11% from 544); Green value is 179 (70.31% from 255 or 32.90% from 544); Blue value is 174 (68.36% from 255 or 31.99% from 544); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB3AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB3AE is #404C51. Grayscale: #B6B6B6. Windows color (decimal): -4213842 or 11449279. OLE color: 11449279.

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

Color convert

RGB191179174-
CMYK00.060.090.25
HSL17.65º11.72%71.57%-
HSV(B)17.65º8.9%74.9%-
XYZ45.2546.3746.61-
YUV182.02123.48134.41-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.11%
GREEN value IS 179 (70.31% from 255) = 32.90%
BLUE value IS 174 (68.36% from 255) = 31.99%
R=35.11%
G=32.90%
B=31.99%

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
Decimal19117917400.060.090.2517.6511.7271.57
HexBFB3AE0691912c48
Octal2772632560611312214110
Binary10111111101100111010111001101001110011001011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB3AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB3AE; }

 p { color: rgb(191,179,174); }

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

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

 a { background-color: rgb(191,179,174); }

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

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

 span { border-color: rgb(191,179,174); }

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